We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5709ce commit 030f29eCopy full SHA for 030f29e
build.gradle.kts
@@ -33,7 +33,7 @@ val lastVersion = lastTag.substring(1) // remove the leading 'v'
33
val commits = "git rev-list --count $lastTag..HEAD".runCommand()
34
println("Git hash: $gitHash" + if (clean) "" else " (dirty)")
35
36
-group = "de.bluecolored.bluemap.api"
+group = "de.bluecolored.bluemap"
37
version = lastVersion +
38
(if (commits == "0") "" else "-$commits") +
39
(if (clean) "" else "-dirty")
0 commit comments