Merge pull request #2814 from travisfw/utf8-javadoc
Set javadoc character encoding to utf8
This commit is contained in:
commit
28166a01d1
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ task sourcesJar(type: Jar) {
|
|||
}
|
||||
|
||||
task javadoc(type: Javadoc) {
|
||||
options.charSet = 'UTF-8'
|
||||
failOnError false
|
||||
source = android.sourceSets.main.java.sourceFiles
|
||||
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
|
||||
|
|
Loading…
Add table
Reference in a new issue