mirror of
https://github.com/leaf-wai/StackLayoutManager.git
synced 2026-07-12 10:51:17 +08:00
增加上传 Jcenter 脚本
增加上传 Jcenter 脚本
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user