From 88f72df3acf7c05a4c16fe1e208341e5078d8e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20L=C3=A9aut=C3=A9?= Date: Tue, 3 Oct 2023 11:58:05 -0700 Subject: [PATCH] fix system-rules arg for JDK < 12 --- pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 67166169e37d2..4afe426afd5ab 100644 --- a/pom.xml +++ b/pom.xml @@ -129,6 +129,7 @@ v1-rev20230606-2.0.0 v1-rev20230301-2.0.0 + maven.org Maven Central Repository https://repo1.maven.org/maven2/ @@ -1674,6 +1675,7 @@ @{jacocoArgLine} ${jdk.strong.encapsulation.argLine} + ${jdk.security.manager.allow.argLine} -Xmx1500m -XX:MaxDirectMemorySize=2500m -XX:+ExitOnOutOfMemoryError @@ -1826,6 +1828,18 @@ inline + + java-12+ + + [12,) + + + + + + -Djava.security.manager=allow + + java-9+ @@ -1858,8 +1872,6 @@ --add-opens=java.base/java.util=ALL-UNNAMED - - -Djava.security.manager=allow