Skip to content

Commit

Permalink
[choreolib] Fix Java encoding error (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Nov 20, 2024
1 parent 8b62f87 commit afab0e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions choreolib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ model {
}
}

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

spotless {
java {
target fileTree('.') {
Expand Down

0 comments on commit afab0e7

Please sign in to comment.