1
0
mirror of https://github.com/chylex/Java-Checker.git synced 2025-06-10 01:34:11 +02:00
This commit is contained in:
chylex 2015-10-13 03:01:59 +02:00
parent 96d154b173
commit 1dea2b6998

View File

@ -24,7 +24,7 @@ group = "chylex.javacheck"
ext.buildnumber = 0
project.buildnumber = System.getenv('BUILD_NUMBER') == null ? "CUSTOM" : System.getenv('BUILD_NUMBER')
version = project.hasProperty("mavendir") ? "-v1.2-b"+project.buildnumber : "MC-UNIVERSAL v1.2"
version = project.hasProperty("mavendir") ? "v1.2-b"+project.buildnumber : "MC-UNIVERSAL v1.2"
String archiveSuffix = (project.hasProperty("mavendir") ? "-" : " ")+version+".jar"
minecraft{