Skip to content

Commit eed3757

Browse files
m
1 parent 3f32001 commit eed3757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk1/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@
332332
<artifactId>maven-surefire-plugin</artifactId>
333333
<version>${maven-surefire-plugin.version}</version>
334334
<configuration>
335+
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED</argLine>
335336
<useSystemClassLoader>false</useSystemClassLoader>
336337
<includes>
337338
<include>**/Test*.java</include>

0 commit comments

Comments
 (0)