Skip to content

Commit

Permalink
Add JVM add-opens args for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacBlanco committed Oct 11, 2024
1 parent 08939be commit 227f154
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
-Xmx8192m
-Xmx8192m
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens java.base/java.text=ALL-UNNAMED
--add-opens java.desktop/java.awt.font=ALL-UNNAMED
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2552,8 +2552,11 @@
</activation>
<properties>
<air.test.jvm.additional-arguments>
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/java.net=ALL-UNNAMED
--add-opens java.base/java.text=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
</air.test.jvm.additional-arguments>
</properties>
</profile>
Expand Down

0 comments on commit 227f154

Please sign in to comment.