build: Release 2.2.0

This commit is contained in:
Alexander Brandes
2022-05-18 21:46:22 +02:00
parent 0d2ed796d8
commit 3c4695bb73
6 changed files with 8 additions and 8 deletions

View File

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