From f24492bff17f728bcf2b5a50069669ae08b8b372 Mon Sep 17 00:00:00 2001 From: Yuan Liao Date: Sat, 19 Feb 2022 10:21:04 -0800 Subject: [PATCH] Add JVM system properties and argument for tests The changes to system properties ensure that all paths the application may write to during the tests are not protected by the Portage sandbox. The extra argument added is required on Java 17+, but it should also be compatible with all Java versions that support the Java Platform Module System (JPMS), namely Java 9+. On older Java versions, it is optional. On Java 8, however, including it in JVM arguments would cause an error. Signed-off-by: Yuan Liao --- build.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index d13a9f3..788a4d1 100644 --- a/build.xml +++ b/build.xml @@ -28,7 +28,7 @@ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--> - +