.
This commit is contained in:
parent
96fc873f32
commit
80dff50b15
@ -334,3 +334,6 @@ task resolveAllDependencies {
|
||||
configurations.each { it.resolve() }
|
||||
}
|
||||
}
|
||||
tasks.withType(JavaCompile) {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
Loading…
Reference in New Issue
Block a user