Skip to content

Commit 1c173bd

Browse files
authored
Set encoding to UTF-8 (#1045)
1 parent 5aecc78 commit 1c173bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,13 @@ subprojects {
8686
test {
8787
useJUnitPlatform()
8888
}
89+
90+
compileJava {
91+
options.encoding = "UTF-8"
92+
}
93+
94+
compileTestJava {
95+
options.encoding = "UTF-8"
96+
}
97+
8998
}

0 commit comments

Comments
 (0)