Release 2.4.9

This commit is contained in:
Alexander Brandes 2022-11-02 09:45:48 +01:00
parent 2fe54a04b5
commit 0ee18597ae
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

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