inteallij gradle 错误: 编码GBK的不可映射字符 XXXX

在gradle project中加入

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

你可能感兴趣的:(随记)