mirror of
https://github.com/chylex/Java-Checker.git
synced 2025-06-15 18:39:54 +02:00
Add buildnumber to archive name
This commit is contained in:
parent
9cbfcbda52
commit
195e8fa7c5
@ -24,7 +24,7 @@ group = "chylex.javacheck"
|
||||
ext.buildnumber = 0
|
||||
project.buildnumber = System.getenv('BUILD_NUMBER') == null ? "CUSTOM" : System.getenv('BUILD_NUMBER')
|
||||
|
||||
String archiveSuffix = project.hasProperty("mavendir") ? "--UNIVERSAL--v1.2.jar" : " MC-UNIVERSAL v1.2.jar"
|
||||
String archiveSuffix = project.hasProperty("mavendir") ? "--UNIVERSAL--v1.2--b"+project.buildnumber+".jar" : " MC-UNIVERSAL v1.2.jar"
|
||||
|
||||
minecraft{
|
||||
version = "1.7.10-10.13.4.1492-1.7.10"
|
||||
|
Loading…
Reference in New Issue
Block a user