Back to snapshot for development

This commit is contained in:
Alexander Brandes
2023-02-07 23:25:17 +01:00
parent 19ed349740
commit 1e5b2fe0de
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ logger.lifecycle("""
*******************************************
""")
var rootVersion by extra("2.5.2")
var rootVersion by extra("2.5.3")
var snapshot by extra("SNAPSHOT")
var revision: String by extra("")
var buildNumber by extra("")
@ -51,7 +51,7 @@ ext {
}
}
version = String.format("%s", rootVersion)
version = String.format("%s-%s", rootVersion, buildNumber)
if (!project.hasProperty("gitCommitHash")) {
apply(plugin = "org.ajoberstar.grgit")