Fix file encoding for testing

This commit is contained in:
Roman Mandeleil 2015-01-19 22:18:14 +02:00
parent 780f0dce3e
commit a9b410b38a
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ antlr4 {
compileJava.dependsOn antlr4
test {
systemProperty "file.encoding", "UTF-8"
jvmArgs '-Xss16m'
}