Skip to content

Commit 033b0f5

Browse files
committed
Fix compiling issues for me
1 parent 0832fb8 commit 033b0f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ publishing {
2626
}
2727
}
2828

29+
tasks.withType<JavaCompile>().configureEach {
30+
options.encoding = "UTF-8"
31+
}
32+
2933
tasks {
3034
build {
3135
dependsOn(test)

0 commit comments

Comments
 (0)