Skip to content

Commit

Permalink
[#519] open more packages for various jdk implementations.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Apr 20, 2022
1 parent f323491 commit a768897
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,10 @@
<module>integration-tests</module>
</modules>
<properties>
<surefire.argLine>--add-opens java.base/jdk.internal.loader=ALL-UNNAMED</surefire.argLine>
<surefire.argLine>
--add-opens java.base/jdk.internal.loader=ALL-UNNAMED
--add-opens java.base/java.lang.ClassLoader=ALL-UNNAMED
</surefire.argLine>
<maven.compiler.release>${jdk.version}</maven.compiler.release>
</properties>
</profile>
Expand Down

0 comments on commit a768897

Please sign in to comment.