build: Back to snapshot for development

This commit is contained in:
Alexander Brandes 2022-07-28 10:32:10 +02:00
parent 8414e64bab
commit 8d57c0b888
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.2")
var rootVersion by extra("2.4.3")
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")