Skip to content

Commit 13a8b75

Browse files
committed
UTF-8编码
1 parent 4dd0bf3 commit 13a8b75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

xechat-plugin/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ intellij {
4040
}
4141
patchPluginXml {
4242
sinceBuild(191)
43+
}
44+
45+
tasks.withType(JavaCompile) {
46+
options.encoding = 'UTF-8'
4347
}

0 commit comments

Comments
 (0)