1
0
mirror of https://github.com/chylex/Java-Checker.git synced 2025-09-12 08:53:10 +02:00

Remove spaces on maven

This commit is contained in:
2015-10-13 02:00:07 +02:00
parent eb9acd538c
commit 9cbfcbda52

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