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

build: Back to snapshot for development

This commit is contained in:
Alexander Brandes 2022-08-06 16:21:56 +02:00
parent 2a55bb5cfc
commit 86a9866455
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

@ -23,7 +23,7 @@ logger.lifecycle("""
*******************************************
""")
var rootVersion by extra("2.4.3")
var rootVersion by extra("2.4.4")
var snapshot by extra("SNAPSHOT")
var revision: String by extra("")
var buildNumber by extra("")
@ -41,7 +41,7 @@ ext {
}
}
version = String.format("%s", rootVersion)
version = String.format("%s-%s", rootVersion, buildNumber)
if (!project.hasProperty("gitCommitHash")) {
apply(plugin = "org.ajoberstar.grgit")