Skip to content

Commit

Permalink
Add jvm config for maven required for java 16+ (#1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccleva authored Jan 7, 2025
1 parent 48b5f69 commit a1c9e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a1c9e2d

Please sign in to comment.