mirror of
https://github.com/chylex/Java-Checker.git
synced 2025-06-14 15:34:04 +02:00
Did I say last?
This commit is contained in:
parent
86dda3b073
commit
96d154b173
@ -24,8 +24,8 @@ group = "chylex.javacheck"
|
||||
ext.buildnumber = 0
|
||||
project.buildnumber = System.getenv('BUILD_NUMBER') == null ? "CUSTOM" : System.getenv('BUILD_NUMBER')
|
||||
|
||||
version = project.hasProperty("mavendir") ? "UNIVERSAL--v1.2--b"+project.buildnumber : "MC-UNIVERSAL v1.2"
|
||||
String archiveSuffix = (project.hasProperty("mavendir") ? "--" : " ")+version+".jar"
|
||||
version = project.hasProperty("mavendir") ? "-v1.2-b"+project.buildnumber : "MC-UNIVERSAL v1.2"
|
||||
String archiveSuffix = (project.hasProperty("mavendir") ? "-" : " ")+version+".jar"
|
||||
|
||||
minecraft{
|
||||
version = "1.7.10-10.13.4.1492-1.7.10"
|
||||
|
Loading…
Reference in New Issue
Block a user