We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770bb00 commit e5cbf33Copy full SHA for e5cbf33
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