mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Back to snapshot for development
This commit is contained in:
parent
4f26561cc1
commit
10b852d416
@ -23,7 +23,7 @@ logger.lifecycle("""
|
||||
*******************************************
|
||||
""")
|
||||
|
||||
var rootVersion by extra("2.4.6")
|
||||
var rootVersion by extra("2.4.7")
|
||||
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")
|
||||
|
Loading…
Reference in New Issue
Block a user