We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd0bf3 commit 13a8b75Copy full SHA for 13a8b75
xechat-plugin/build.gradle
@@ -40,4 +40,8 @@ intellij {
40
}
41
patchPluginXml {
42
sinceBuild(191)
43
+}
44
+
45
+tasks.withType(JavaCompile) {
46
+ options.encoding = 'UTF-8'
47
0 commit comments