build: Back to snapshot for development

This commit is contained in:
NotMyFault 2022-01-27 16:06:40 +01:00
parent a0b61512fb
commit 272920fb25
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ logger.lifecycle("""
******************************************* *******************************************
""") """)
var rootVersion by extra("2.0.1") var rootVersion by extra("2.0.2")
var snapshot by extra("SNAPSHOT") var snapshot by extra("SNAPSHOT")
var revision: String by extra("") var revision: String by extra("")
var buildNumber 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")) { if (!project.hasProperty("gitCommitHash")) {
apply(plugin = "org.ajoberstar.grgit") apply(plugin = "org.ajoberstar.grgit")