build: Release 2.1.0

This commit is contained in:
NotMyFault
2022-03-10 22:57:23 +01:00
parent c3cdde9d2e
commit 95512a4c0b
10 changed files with 14 additions and 14 deletions

View File

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