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 c3ce162 commit d6599fdCopy full SHA for d6599fd
build.gradle.kts
@@ -23,7 +23,7 @@ logger.lifecycle("""
23
*******************************************
24
""")
25
26
-var rootVersion by extra("2.4.11")
+var rootVersion by extra("2.5.0")
27
var snapshot by extra("SNAPSHOT")
28
var revision: String by extra("")
29
var buildNumber by extra("")
@@ -41,7 +41,7 @@ ext {
41
}
42
43
44
-version = String.format("%s-%s", rootVersion, buildNumber)
+version = String.format("%s", rootVersion)
45
46
if (!project.hasProperty("gitCommitHash")) {
47
apply(plugin = "org.ajoberstar.grgit")
0 commit comments