Skip to content

Commit

Permalink
更新 bintray-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hupei committed Jan 9, 2020
1 parent d937c87 commit 576b163
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

// 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'
classpath 'com.novoda:bintray-release:0.9.2'
}
}

Expand All @@ -22,12 +22,9 @@ allprojects {
google()
}

// 避免javadoc的检查,防止上传时报错
tasks.withType(Javadoc) {
options {
encoding "UTF-8"
charSet 'UTF-8'
links "http://docs.oracle.com/javase/7/docs/api"
failOnError false
}
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('encoding', 'UTF-8')
}
}

0 comments on commit 576b163

Please sign in to comment.