crash report uploading system & fix crashing when no version here.

This commit is contained in:
huanghongxun
2015-08-11 19:38:28 +08:00
parent 70f0383b1d
commit f63f888daf
8 changed files with 5616 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ if (!hasProperty('mainClass')) {
def buildnumber = System.getenv("BUILD_NUMBER") == null ? "" : "."+System.getenv("BUILD_NUMBER")
String mavenGroupId = 'HMCL'
String mavenVersion = '2.3.3' + buildnumber
String mavenVersion = '2.3.4' + buildnumber
String bundleName = "Hello Minecraft! Launcher"
group = mavenGroupId