Skip to content

Commit

Permalink
use utf-8 in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Maru32768 committed Jan 13, 2022
1 parent 45a72a8 commit 3824e83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ publishing {
jar {
exclude "net/minecraft"
}

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

0 comments on commit 3824e83

Please sign in to comment.