build: Back to snapshot for development

This commit is contained in:
Alexander Brandes 2022-05-18 21:58:07 +02:00
parent 3a65c64977
commit ace325a90e
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

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