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 3f32001 commit eed3757Copy full SHA for eed3757
sdk1/pom.xml
@@ -332,6 +332,7 @@
332
<artifactId>maven-surefire-plugin</artifactId>
333
<version>${maven-surefire-plugin.version}</version>
334
<configuration>
335
+ <argLine>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine>
336
<useSystemClassLoader>false</useSystemClassLoader>
337
<includes>
338
<include>**/Test*.java</include>
0 commit comments