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