mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16: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'
|
||||
|
||||
def rootVersion = "4"
|
||||
def revision = ""
|
||||
def buildNumber = ""
|
||||
def date = ""
|
||||
@ -36,7 +37,7 @@ ext {
|
||||
buildNumber = "-${index}"
|
||||
}
|
||||
|
||||
version = date + revision + buildNumber
|
||||
version = rootVersion + date + revision + buildNumber
|
||||
|
||||
description = rootProject.name
|
||||
if (project.hasProperty("lzNoVersion")) { // gradle build -PlzNoVersion
|
||||
|
Loading…
Reference in New Issue
Block a user