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