6 lines
91 B
Groovy
6 lines
91 B
Groovy
|
subprojects {
|
||
|
tasks.withType(JavaCompile) {
|
||
|
options.encoding = 'UTF-8'
|
||
|
}
|
||
|
}
|