mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-30 19:15:27 +02:00
fix version
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user