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 321a39f commit 19ed349Copy full SHA for 19ed349
build.gradle.kts
@@ -51,7 +51,7 @@ ext {
51
}
52
53
54
-version = String.format("%s-%s", rootVersion, buildNumber)
+version = String.format("%s", rootVersion)
55
56
if (!project.hasProperty("gitCommitHash")) {
57
apply(plugin = "org.ajoberstar.grgit")
0 commit comments