Skip to content

Commit a49278e

Browse files
SquidXTVTaz03
authored andcommitted
Set encoding to UTF-8 (#1045)
1 parent 7c50153 commit a49278e

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)