set encoding for javaDoc to UTF-8
This commit is contained in:
parent
b416397b1f
commit
490a8bcb50
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ task(releaseJavadoc, type: Javadoc, dependsOn: "assembleRelease") {
|
|||
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
|
||||
classpath += files(android.libraryVariants.release.javaCompile.classpath.files)
|
||||
classpath += configurations.javadocDeps
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
task sourcesJar(type: Jar) {
|
||||
|
|
Loading…
Reference in a new issue