打war包的时候显示这个错误:警告编码gbk的不可映射字符。我在 build.gradle里面已经加了这些
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
tasks.withType(Compile) {
options.encoding = "UTF-8"
}
[compileJava, compileTestJava].options.encoding = 'UTF-8'`
在配置文件中修改bat文件set DEFAULT_JVM_OPTS=-Dfile.encoding=UTF-8,我也改了但是还会出现