mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Bump version (PlotSquared 4 will be new release)
This commit is contained in:
parent
18e969227c
commit
3fc7fb0a7a
@ -21,6 +21,7 @@ plugins {
|
|||||||
|
|
||||||
group = 'com.intellectualcrafters'
|
group = 'com.intellectualcrafters'
|
||||||
|
|
||||||
|
def rootVersion = "4"
|
||||||
def revision = ""
|
def revision = ""
|
||||||
def buildNumber = ""
|
def buildNumber = ""
|
||||||
def date = ""
|
def date = ""
|
||||||
@ -36,7 +37,7 @@ ext {
|
|||||||
buildNumber = "-${index}"
|
buildNumber = "-${index}"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = date + revision + buildNumber
|
version = rootVersion + date + revision + buildNumber
|
||||||
|
|
||||||
description = rootProject.name
|
description = rootProject.name
|
||||||
if (project.hasProperty("lzNoVersion")) { // gradle build -PlzNoVersion
|
if (project.hasProperty("lzNoVersion")) { // gradle build -PlzNoVersion
|
||||||
|
Loading…
Reference in New Issue
Block a user