Skip to content

Commit fda9a5b

Browse files
committed
Move fixing encoding issues to its own PR
1 parent 5c3ba52 commit fda9a5b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle

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

0 commit comments

Comments
 (0)