Skip to content

Commit 6b779cb

Browse files
committed
want utf-8
1 parent d2005c2 commit 6b779cb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ java {
1313
targetCompatibility = JavaVersion.VERSION_1_8
1414
}
1515

16+
javadoc {
17+
options.encoding = 'UTF-8'
18+
}
19+
1620
ext {
1721
bintrayUser = project.hasProperty ('BINTRAY_USER') ? BINTRAY_USER : 'n/a'
1822
bintrayKey = project.hasProperty ('BINTRAY_KEY') ? BINTRAY_KEY : 'n/a'

0 commit comments

Comments
 (0)