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 3ca2724 commit 75c5cb8Copy full SHA for 75c5cb8
pom.xml
@@ -312,9 +312,18 @@
312
<release>17</release>
313
<compilerArgs>
314
<arg>-parameters</arg>
315
+ <arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
316
+ <arg>--add-opens=java.base/java.util=ALL-UNNAMED</arg>
317
</compilerArgs>
318
</configuration>
319
</plugin>
320
+ <plugin>
321
+ <groupId>org.apache.maven.plugins</groupId>
322
+ <artifactId>maven-surefire-plugin</artifactId>
323
+ <configuration>
324
+ <argLine>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
325
+ </configuration>
326
+ </plugin>
327
</plugins>
328
</build>
329
</profile>
0 commit comments