Skip to content

Commit

Permalink
Build: Set Javadoc encoding to UTF-8 (apache#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunjiedada authored Sep 28, 2020
1 parent 8d300a5 commit f95bca7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ subprojects {
options.encoding = "UTF-8"
}

javadoc {
options.encoding = 'UTF-8'
}

ext {
jmhVersion = '1.21'
}
Expand Down

0 comments on commit f95bca7

Please sign in to comment.