mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
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…
Add table
Reference in a new issue