The version will automatically use the BUILD_NUMBER now!

This commit is contained in:
huangyuhui
2016-02-06 23:44:49 +08:00
parent 0e4c38d99e
commit fc0c99b436
9 changed files with 48 additions and 34 deletions

View File

@@ -17,6 +17,7 @@
*/
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'findbugs'
//sourceCompatibility = '1.7'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'