Release 2.8.3

This commit is contained in:
Alexander Brandes
2023-12-08 07:37:23 +01:00
parent 605743321f
commit 8496ddf5b8
4 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ ext {
}
}
version = String.format("%s-%s", rootVersion, buildNumber)
version = String.format("%s", rootVersion)
if (!project.hasProperty("gitCommitHash")) {
apply(plugin = "org.ajoberstar.grgit")