commit | 6cf8c4ffe0e079c2996b41f8d428c0f64375138f | [log] [tgz] |
---|---|---|
author | binquan.qiuu <binquan.qiu@supwisdom.com> | 周三 7月 08 11:17:48 2020 +0800 |
committer | binquan.qiuu <binquan.qiu@supwisdom.com> | 周三 7月 08 11:17:48 2020 +0800 |
tree | d254a1efe672b9b3ffbea940cf9bf86148fccae7 | |
parent | 3b16ca6487ad8e5a732283ea4288f821870d5f7e [diff] |
gradle文件增加UTF8编码
diff --git a/payapi-sdk/build.gradle b/payapi-sdk/build.gradle index 6151e73..6d97ea4 100644 --- a/payapi-sdk/build.gradle +++ b/payapi-sdk/build.gradle
@@ -71,4 +71,8 @@ } } -publish.dependsOn(jar) \ No newline at end of file +publish.dependsOn(jar) + +tasks.withType(JavaCompile) { + options.encoding = "UTF-8" +}