Back to snapshot for development

This commit is contained in:
Alexander Brandes 2022-08-24 10:07:22 +02:00
parent 37bbebcc9d
commit dc2db5f07f
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

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