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 f369fb0 commit e0db69cCopy full SHA for e0db69c
build.gradle.kts
@@ -34,7 +34,7 @@ logger.lifecycle("""
34
*******************************************
35
""")
36
37
-var rootVersion by extra("2.12.3")
+var rootVersion by extra("2.12.4")
38
var snapshot by extra("SNAPSHOT")
39
var revision: String by extra("")
40
var buildNumber by extra("")
@@ -52,7 +52,7 @@ ext {
52
}
53
54
55
-version = String.format("%s", rootVersion)
+version = String.format("%s-%s", rootVersion, buildNumber)
56
57
if (!project.hasProperty("gitCommitHash")) {
58
apply(plugin = "org.ajoberstar.grgit")
0 commit comments