1
0
Fork 0
kcx-1614
xjboss 2017-07-22 22:09:51 +08:00
parent 96fc873f32
commit 80dff50b15
1 changed files with 3 additions and 0 deletions

View File

@ -334,3 +334,6 @@ task resolveAllDependencies {
configurations.each { it.resolve() }
}
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}