增加上传 Jcenter 脚本

增加上传 Jcenter 脚本
This commit is contained in:
Little Mango
2018-07-03 18:30:40 +08:00
parent c6eda5705d
commit eb414b449a
2 changed files with 29 additions and 4 deletions

View File

@@ -9,9 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.novoda:bintray-release:0.8.1'
}
}
@@ -20,8 +18,15 @@ allprojects {
google()
jcenter()
}
tasks.withType(Javadoc) {
options{ encoding "UTF-8"
charSet 'UTF-8'
links "http://docs.oracle.com/javase/7/docs/api"
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
tasks.getByPath(":StackLayoutManager:releaseAndroidJavadocs").enabled = false