Skip to content

Commit da4baba

Browse files
Giuseppe Falco-ScampatelliElvenSpellmaker
authored andcommitted
added java 17 settings
Signed-off-by: Jack Blower <[email protected]>
1 parent 6e425c8 commit da4baba

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

api-tests-karate/.mvn/jvm.config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
2+
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
3+
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
4+
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
5+
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
6+
--add-opens=java.base/java.util=ALL-UNNAMED
7+
--add-opens=java.base/java.lang=ALL-UNNAMED
8+
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
9+
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
10+
--add-opens java.base/java.text=ALL-UNNAMED
11+
--add-opens java.desktop/java.awt.font=ALL-UNNAMED

api-tests/.mvn/jvm.config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
2+
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
3+
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
4+
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
5+
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
6+
--add-opens=java.base/java.util=ALL-UNNAMED
7+
--add-opens=java.base/java.lang=ALL-UNNAMED
8+
--add-opens=java.base/java.lang.invoke=ALL-UNNAMED
9+
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
10+
--add-opens java.base/java.text=ALL-UNNAMED
11+
--add-opens java.desktop/java.awt.font=ALL-UNNAMED

0 commit comments

Comments
 (0)