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 147e981 commit f25fd49Copy full SHA for f25fd49
build.gradle.kts
@@ -30,7 +30,7 @@ val lastVersion = if (lastTag.isEmpty()) "dev" else lastTag.substring(1) // remo
30
val commits = "git rev-list --count $lastTag..HEAD".runCommand()
31
println("Git hash: $gitHash" + if (clean) "" else " (dirty)")
32
33
-group = "de.bluecolored.bluenbt"
+group = "de.bluecolored"
34
version = lastVersion +
35
(if (commits == "0") "" else "-$commits") +
36
(if (clean) "" else "-dirty")
settings.gradle.kts
@@ -1,2 +1 @@
1
-rootProject.name = "BlueNBT"
2
-
+rootProject.name = "bluenbt"
0 commit comments