Skip to content

Commit 25bb390

Browse files
committed
Always set compiler source encoding to UTF-8
1 parent 08479c7 commit 25bb390

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ task generateJNI(type: Exec) {
100100
executable = "../generate_tiledb_jni"
101101
}
102102

103+
compileJava.options.encoding = 'UTF-8'
104+
compileTestJava.options.encoding = 'UTF-8'
105+
103106
import org.apache.tools.ant.taskdefs.condition.Os
104107
test {
105108
useJUnit()

0 commit comments

Comments
 (0)