We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f323491 commit a768897Copy full SHA for a768897
pom.xml
@@ -564,7 +564,10 @@
564
<module>integration-tests</module>
565
</modules>
566
<properties>
567
- <surefire.argLine>--add-opens java.base/jdk.internal.loader=ALL-UNNAMED</surefire.argLine>
+ <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>
571
<maven.compiler.release>${jdk.version}</maven.compiler.release>
572
</properties>
573
</profile>
0 commit comments