Skip to content

Commit

Permalink
Make javac treat sources as UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
moiseev-signal committed May 18, 2023
1 parent a196fb8 commit b0a1bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ subprojects {

allprojects {
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
options.compilerArgs += ["-Xlint:deprecation", "-Xlint:fallthrough", "-Xlint:unchecked"]
}
}
Expand Down

0 comments on commit b0a1bf2

Please sign in to comment.