Release 2.6.2

This commit is contained in:
Alexander Brandes
2023-06-07 11:11:54 +02:00
parent 832f93c0f3
commit 3b7d126718
7 changed files with 17 additions and 17 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")