build.gradle中加入tasks.withType(JavaCompile) { options.fork = true options.forkOptions.jvmArgs += ["-Duser.language=en"]}