We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5262d9c commit fff18eaCopy full SHA for fff18ea
build.gradle
@@ -31,4 +31,8 @@ test {
31
32
publishPlugin {
33
token = System.getenv("INTELLIJ_PUBLISH_TOKEN")
34
+}
35
+
36
+tasks.withType(JavaCompile) {
37
+ options.encoding = 'UTF-8'
38
}
0 commit comments