mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
build scripts: always set encoding to UTF-8 when running tests for consistency
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -338,6 +338,7 @@ binding.setVariable("commonJvmArgsForTests", {
|
||||
|
||||
return [
|
||||
"-ea",
|
||||
"-Dfile.encoding=UTF-8",
|
||||
"-Dio.netty.leakDetectionLevel=PARANOID",
|
||||
"-server",
|
||||
"-Xbootclasspath/p:${projectBuilder.moduleOutput(findModule("boot"))}",
|
||||
|
||||
Reference in New Issue
Block a user