Skip to content

Commit

Permalink
chore: set javadoc generation with utf8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazzzer committed Jun 19, 2022
1 parent f6099b8 commit 894cab1
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 @@ -27,3 +27,7 @@ test {

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

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

0 comments on commit 894cab1

Please sign in to comment.