Action:add;release

Description:添加README文件,上传至JCenter,发布版本v1.0.0
This commit is contained in:
yj
2017-06-12 16:45:14 +08:00
parent 2a6a6aabee
commit b05c0e0f85
8 changed files with 112 additions and 69 deletions

View File

@@ -19,6 +19,10 @@ allprojects {
jcenter()
maven { url 'https://jitpack.io' }
}
tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('encoding', 'UTF-8')
}
}
task clean(type: Delete) {