Apply stash

This commit is contained in:
Alexander Brandes
2023-03-19 10:34:49 +01:00
parent 9d63cb8102
commit eb1c9dc4db

View File

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