mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Merge pull request #6854 from alvasw/gradle_Lazily_configure_JavaCompile_tasks
Lazily configure JavaCompile tasks
This commit is contained in:
commit
b8a7f0acf8
@ -16,7 +16,7 @@ java {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.encoding = 'UTF-8'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user