mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +00:00
build: Back to snapshot for development
This commit is contained in:
parent
9fdce09a4c
commit
c94cbf25a6
@ -22,7 +22,7 @@ logger.lifecycle("""
|
||||
*******************************************
|
||||
""")
|
||||
|
||||
var rootVersion by extra("2.1.2")
|
||||
var rootVersion by extra("2.1.3")
|
||||
var snapshot by extra("SNAPSHOT")
|
||||
var revision: String by extra("")
|
||||
var buildNumber by extra("")
|
||||
@ -40,7 +40,7 @@ ext {
|
||||
}
|
||||
}
|
||||
|
||||
version = String.format("%s", rootVersion)
|
||||
version = String.format("%s-%s", rootVersion, buildNumber)
|
||||
|
||||
if (!project.hasProperty("gitCommitHash")) {
|
||||
apply(plugin = "org.ajoberstar.grgit")
|
||||
|
Loading…
Reference in New Issue
Block a user