Skip to content

Commit

Permalink
Gradle settings cortrection - character encoding. (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
pszajows authored Feb 15, 2023
1 parent 2f6dd5c commit 94cf9b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle/base-java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ java {
}
}

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

compileJava {
options.compilerArgs << '-parameters'
}
Expand Down

0 comments on commit 94cf9b9

Please sign in to comment.