build: Release 2.4.0

This commit is contained in:
Alexander Brandes
2022-06-27 13:52:50 +02:00
parent edfc5a7a01
commit f812fc14ab
6 changed files with 7 additions and 7 deletions

View File

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