Skip to content

Commit 89a8e17

Browse files
committed
Update pom.xml
1 parent 064c676 commit 89a8e17

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,17 @@
101101
</execution>
102102
</executions>
103103
</plugin>
104+
<plugin>
105+
<groupId>org.apache.maven.plugins</groupId>
106+
<artifactId>maven-surefire-plugin</artifactId>
107+
<version>3.2.2</version>
108+
<configuration>
109+
<argLine>
110+
--add-opens java.base/java.lang=ALL-UNNAMED
111+
--add-opens java.base/java.util=ALL-UNNAMED
112+
</argLine>
113+
</configuration>
114+
</plugin>
104115
</plugins>
105116
</build>
106117
</project>

0 commit comments

Comments
 (0)