mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
fix version
This commit is contained in:
parent
dc1f669a1f
commit
95f2a7a908
@ -31,7 +31,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
def ver = "6.0.0"
|
def ver = "6.0.0"
|
||||||
def versuffix = "SUPER-SNAPSHOT"
|
def versuffix = "-SUPER-SNAPSHOT"
|
||||||
ext {
|
ext {
|
||||||
if (project.hasProperty("versionsuffix")) {
|
if (project.hasProperty("versionsuffix")) {
|
||||||
versuffix = "-$versionsuffix"
|
versuffix = "-$versionsuffix"
|
||||||
|
Loading…
Reference in New Issue
Block a user