Skip to content

Commit

Permalink
build: switch to the compact version for plugins descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Feb 8, 2023
1 parent 6fb932b commit b09714b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ kotlin-testing = [ "kotest-junit5-jvm", "kotest-assertions-core-jvm", "mockito-c

[plugins]
dokka = "org.jetbrains.dokka:1.7.20"
gitSemVer = { id = "org.danilopianini.git-sensitive-semantic-versioning", version = "1.0.1" }
gitSemVer = "org.danilopianini.git-sensitive-semantic-versioning:1.0.1"
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-qa = { id = "org.danilopianini.gradle-kotlin-qa", version = "0.29.2" }
multiJvmTesting = { id = "org.danilopianini.multi-jvm-test-plugin", version = "0.4.15" }
publishOnCentral = { id = "org.danilopianini.publish-on-central", version = "3.1.1" }
taskTree = { id = "com.dorongold.task-tree", version = "2.1.0" }
kotlin-qa = "org.danilopianini.gradle-kotlin-qa:0.29.2"
multiJvmTesting = "org.danilopianini.multi-jvm-test-plugin:0.4.15"
publishOnCentral = "org.danilopianini.publish-on-central:3.1.1"
taskTree = "com.dorongold.task-tree:2.1.0"

0 comments on commit b09714b

Please sign in to comment.