rapiddata

This commit is contained in:
huanghongxun
2015-09-29 13:48:12 +08:00
parent 7916715efa
commit 9b95f9d2d7
25 changed files with 175 additions and 114 deletions

View File

@@ -20,6 +20,9 @@ if (!hasProperty('mainClass')) {
ext.mainClass = ''
}
if (System.getenv("BUILD_NUMBER") != null)
version = System.getenv("BUILD_NUMBER")
buildscript {
repositories {
mavenCentral();