Skip to content

Commit

Permalink
--add-opens to sufire exec
Browse files Browse the repository at this point in the history
  • Loading branch information
lgranie committed Apr 10, 2024
1 parent f2bbf10 commit 0c733c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--add-opens java.base/java.util=ALL-UNNAMED</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 0c733c7

Please sign in to comment.