Back to snapshot for development

This commit is contained in:
Alexander Brandes
2023-12-22 18:37:07 +01:00
parent e4a214ec9b
commit a4a11265ec
3 changed files with 5 additions and 5 deletions

View File

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