This commit is contained in:
NotMyFault
2020-05-14 23:15:08 +02:00
committed by GitHub
parent 86edb20c15
commit 25d4d23958

View File

@@ -30,7 +30,7 @@ ext {
git = Grgit.open(dir: new File(rootDir.toString() + "/.git")) git = Grgit.open(dir: new File(rootDir.toString() + "/.git"))
} }
def ver = "5.11.1" def ver = "5.11.2"
def versuffix = "" def versuffix = ""
ext { ext {
if (project.hasProperty("versionsuffix")) { if (project.hasProperty("versionsuffix")) {