From 6548ab7ecc31359d6a674c6078130569a0c849ab Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 3 Feb 2022 21:11:29 +0100 Subject: Add .mvn/jvm.config. Change-Id: I47be44ffc63b5695ba31f943639ba0b1daf7b16d --- .mvn/jvm.config | 1 + 1 file changed, 1 insertion(+) create mode 100644 .mvn/jvm.config (limited to '.mvn') diff --git a/.mvn/jvm.config b/.mvn/jvm.config new file mode 100644 index 0000000..319cfee --- /dev/null +++ b/.mvn/jvm.config @@ -0,0 +1 @@ +--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED -- cgit v1.2.3