Skip to content

Commit 28166a0

Browse files
authored
Merge pull request PhilJay#2814 from travisfw/utf8-javadoc
Set javadoc character encoding to utf8
2 parents a5e0a9b + 7498277 commit 28166a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MPChartLib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ task sourcesJar(type: Jar) {
5555
}
5656

5757
task javadoc(type: Javadoc) {
58+
options.charSet = 'UTF-8'
5859
failOnError false
5960
source = android.sourceSets.main.java.sourceFiles
6061
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))

0 commit comments

Comments
 (0)