mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Lazily configure JavaCompile tasks
This commit is contained in:
parent
2bad8ea76c
commit
72235457bc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ repositories {
|
|||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue