We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf6b7e commit 7498277Copy full SHA for 7498277
MPChartLib/build.gradle
@@ -55,6 +55,7 @@ task sourcesJar(type: Jar) {
55
}
56
57
task javadoc(type: Javadoc) {
58
+ options.charSet = 'UTF-8'
59
failOnError false
60
source = android.sourceSets.main.java.sourceFiles
61
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
0 commit comments