1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-01-13 03:03:59 +00:00

build: Release 2.4.1

This commit is contained in:
Alexander Brandes 2022-07-12 22:29:45 +02:00
parent 4013eceb8e
commit 4aa84776ba
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

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