Skip to content

Commit dd353fa

Browse files
committed
javadoc utf8 encoding
1 parent 4b80202 commit dd353fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jacocoTestReport {
2525
}
2626
}
2727

28+
javadoc {
29+
options.encoding = 'UTF-8'
30+
}
31+
2832
task fatJar(type: Jar) {
2933
baseName = rootProject.name + '-full'
3034
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }

0 commit comments

Comments
 (0)