Skip to content

Commit c316088

Browse files
committed
Force UTF-8 encoding
Issue: SPR-11569
1 parent ecbec54 commit c316088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ configure(allprojects) { project ->
114114
}
115115
}
116116

117+
compileJava.options.encoding = 'UTF-8'
118+
117119
compileJava.options*.compilerArgs = [
118120
"-Xlint:serial", "-Xlint:varargs", "-Xlint:cast", "-Xlint:classfile",
119121
"-Xlint:dep-ann", "-Xlint:divzero", "-Xlint:empty", "-Xlint:finally",

0 commit comments

Comments
 (0)