在build.gradle加入即可

tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}