Skip to content

Commit 920cfbb

Browse files
author
Amir Tocker
committed
Set javadoc encoding to UTF-8.
1 parent 3e0d8d2 commit 920cfbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java_shared.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ tasks.withType(JavaCompile) {
66
options.encoding = 'UTF-8'
77
}
88

9+
javadoc {
10+
options.encoding = 'UTF-8'
11+
}
12+
913
test {
1014
testLogging.showStandardStreams = true
1115
testLogging.exceptionFormat = 'full'

0 commit comments

Comments
 (0)