Skip to content

Commit

Permalink
[build] Compile Java with UTF-8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Aug 23, 2023
1 parent 8f3d6a1 commit 4bcbab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ subprojects {

tasks.withType(JavaCompile) {
options.compilerArgs.add '-XDstringConcat=inline'
options.encoding = 'UTF-8'
}

// Enables UTF-8 support in Javadoc
Expand Down

0 comments on commit 4bcbab4

Please sign in to comment.