Skip to content

Commit

Permalink
fix: Fix PersistenceMigrationTest.loadConfigFromV24 on Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Oct 31, 2023
1 parent ab11fda commit 9d750ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<reuseForks>false</reuseForks>
<!-- Serializing org.mockito.internal.stubbing.StubbedInvocationMatcher#answers -->
<argLine>${argLine} --add-opens java.base/java.util.concurrent=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 9d750ed

Please sign in to comment.