Skip to content

Commit

Permalink
Fix build.gradle file.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipJirsak committed Jan 22, 2023
1 parent e18bc73 commit afb5bb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ sourceCompatibility = 1.8

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
} + tasks.withType(Javadoc) {
}

tasks.withType(Javadoc) {
options.encoding = 'UTF-8'
options.charSet = options.encoding
}
Expand Down

0 comments on commit afb5bb3

Please sign in to comment.