Skip to content

Commit 7898f87

Browse files
committed
Set encoding to UTF-8
1 parent 52ae72c commit 7898f87

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
@@ -55,4 +55,8 @@ test {
5555
java {
5656
sourceCompatibility = JavaVersion.VERSION_1_8
5757
targetCompatibility = JavaVersion.VERSION_17
58+
}
59+
60+
tasks.withType(JavaCompile).configureEach {
61+
options.encoding = 'UTF-8'
5862
}

0 commit comments

Comments
 (0)