Skip to content

Commit fff18ea

Browse files
committed
Add encoding setting
1 parent 5262d9c commit fff18ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ test {
3131

3232
publishPlugin {
3333
token = System.getenv("INTELLIJ_PUBLISH_TOKEN")
34+
}
35+
36+
tasks.withType(JavaCompile) {
37+
options.encoding = 'UTF-8'
3438
}

0 commit comments

Comments
 (0)