Add missing packages so tests can pass.

This commit is contained in:
tastybento 2021-09-18 10:50:21 -07:00
parent 8eb45e817c
commit cad7dc1666
1 changed files with 3 additions and 0 deletions

View File

@ -365,6 +365,9 @@
java.base/java.lang.reflect=ALL-UNNAMED
--add-opens
java.logging/java.util.logging=ALL-UNNAMED
--add-opens java.base/java.lang.ref=ALL-UNNAMED
--add-opens java.base/java.util.jar=ALL-UNNAMED
--add-opens java.base/java.util.zip=ALL-UNNAMED
</argLine>
</configuration>
</plugin>