摘要: build.gradle文件里面加上如下:tasks.withType(GroovyCompile) { groovyOptions.encoding = "MacRoman"}tasks.withType(JavaCompile) { options.encoding = 'UTF-8'}task 阅读全文
posted @ 2020-04-08 11:41 会游泳的小猪 阅读(487) 评论(0) 推荐(0)