Skip to content

Commit

Permalink
Use Gradle version catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Oct 4, 2023
1 parent f5271aa commit 5a296c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") apply false
id("com.vanniktech.maven.publish") version libs.versions.vannikMavenPublish.get() apply false
alias(libs.plugins.mavenPublish) apply false
}

buildscript {
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ truth = "com.google.truth:truth:1.1.5"
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version.ref = "binaryCompatibilityValidator" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
kspPlugin = { id = "com.google.devtools.ksp", version.ref = "kspVersion" }
mavenPublish = { id = "com.vanniktech.maven.publish", version.ref = "vannikMavenPublish" }

0 comments on commit 5a296c7

Please sign in to comment.