Skip to content

Commit a768897

Browse files
committed
[#519] open more packages for various jdk implementations.
1 parent f323491 commit a768897

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,10 @@
564564
<module>integration-tests</module>
565565
</modules>
566566
<properties>
567-
<surefire.argLine>--add-opens java.base/jdk.internal.loader=ALL-UNNAMED</surefire.argLine>
567+
<surefire.argLine>
568+
--add-opens java.base/jdk.internal.loader=ALL-UNNAMED
569+
--add-opens java.base/java.lang.ClassLoader=ALL-UNNAMED
570+
</surefire.argLine>
568571
<maven.compiler.release>${jdk.version}</maven.compiler.release>
569572
</properties>
570573
</profile>

0 commit comments

Comments
 (0)