build: Release 2.4.2

This commit is contained in:
Alexander Brandes
2022-07-28 10:29:59 +02:00
parent 50ee45fedd
commit 8414e64bab
2 changed files with 3 additions and 3 deletions

View File

@@ -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")