Release 2.4.7

This commit is contained in:
Alexander Brandes
2022-10-04 14:05:36 +02:00
parent ad38d88642
commit 18bf911fdc
2 changed files with 1 additions and 19 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")