Skip to content

Commit

Permalink
fix Java 17 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skarpenko committed Nov 3, 2023
1 parent d761974 commit c7cee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<argLine>-XX:+AllowRedefinitionToAddDeleteMethods</argLine>
<argLine>-XX:+AllowRedefinitionToAddDeleteMethods --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED</argLine>
</configuration>
</plugin>

Expand Down

0 comments on commit c7cee53

Please sign in to comment.