Merge branch 'v6' into feature/v6/pipeline-queue

This commit is contained in:
dordsor21
2020-07-23 18:06:45 +01:00

View File

@@ -30,8 +30,8 @@ ext {
git = Grgit.open(dir: new File(rootDir.toString() + "/.git")) git = Grgit.open(dir: new File(rootDir.toString() + "/.git"))
} }
def ver = "5.12.5" def ver = "6.0.0"
def versuffix = "" def versuffix = "SUPER-SNAPSHOT"
ext { ext {
if (project.hasProperty("versionsuffix")) { if (project.hasProperty("versionsuffix")) {
versuffix = "-$versionsuffix" versuffix = "-$versionsuffix"