Update for CI.

This commit is contained in:
huanghongxun
2015-07-31 18:06:31 +08:00
parent 022c1ade39
commit 4a167253db
7 changed files with 682 additions and 619 deletions

View File

@@ -25,8 +25,11 @@ if (!hasProperty('mainClass')) {
ext.mainClass = 'org.jackhuang.hellominecraft.launcher.Main'
}
def buildnumber = System.getenv("BUILD_NUMBER") == null ? "" : "-"+System.getenv("BUILD_NUMBER")
String mavenGroupId = 'HMCL'
String mavenVersion = '2.3.3'
String mavenVersion = '2.3.3' + buildnumber
String bundleName = "Hello Minecraft! Launcher"
group = mavenGroupId