build: Release 2.3.0

This commit is contained in:
Alexander Brandes
2022-06-10 23:34:05 +02:00
parent aa94612b70
commit e54cae33f1
5 changed files with 12 additions and 12 deletions

View File

@ -22,7 +22,7 @@ logger.lifecycle("""
*******************************************
""")
var rootVersion by extra("2.2.1")
var rootVersion by extra("2.3.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")