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 cbb3167 commit 5bb14d1Copy full SHA for 5bb14d1
pom.xml
@@ -328,9 +328,18 @@
328
<release>17</release>
329
<compilerArgs>
330
<arg>-parameters</arg>
331
+ <arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
332
+ <arg>--add-opens=java.base/java.util=ALL-UNNAMED</arg>
333
</compilerArgs>
334
</configuration>
335
</plugin>
336
+ <plugin>
337
+ <groupId>org.apache.maven.plugins</groupId>
338
+ <artifactId>maven-surefire-plugin</artifactId>
339
+ <configuration>
340
+ <argLine>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
341
+ </configuration>
342
+ </plugin>
343
</plugins>
344
</build>
345
</profile>
0 commit comments