Release 2.4.5

This commit is contained in:
Alexander Brandes
2022-09-05 11:26:31 +02:00
parent 5da558e24c
commit 122b32b9f0
2 changed files with 4 additions and 7 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")