build scripts: always set encoding to UTF-8 when running tests for consistency

This commit is contained in:
nik
2015-08-28 16:55:44 +03:00
parent acf1d5fbaf
commit a16c5adb5b
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -41,7 +41,6 @@ if (System.getProperty("os.name").toLowerCase().startsWith("mac")) {
if (vendor != null && vendor.toLowerCase().contains("apple")) {
args << "-d32"
}
args << "-Dfile.encoding=UTF-8"
};
args << "-Djna.nosys=true"
+1
View File
@@ -338,6 +338,7 @@ binding.setVariable("commonJvmArgsForTests", {
return [
"-ea",
"-Dfile.encoding=UTF-8",
"-Dio.netty.leakDetectionLevel=PARANOID",
"-server",
"-Xbootclasspath/p:${projectBuilder.moduleOutput(findModule("boot"))}",