From 495d803837986201d4e7b05af0faca84fde06f00 Mon Sep 17 00:00:00 2001 From: Maxim Grischenko Date: Tue, 14 Nov 2023 17:45:17 +0100 Subject: [PATCH] remove unneeded --add-opens --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2df872154..721a668ac 100644 --- a/pom.xml +++ b/pom.xml @@ -374,8 +374,7 @@ ${surefireArgLine}, --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED, --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED, - --add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED, - --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED + --add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED,