Skip to content

Commit d81cee8

Browse files
fix mockito in jdk24
1 parent 386ffda commit d81cee8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@
252252
<groupId>org.apache.maven.plugins</groupId>
253253
<artifactId>maven-surefire-plugin</artifactId>
254254
<version>3.5.2</version>
255+
<configuration>
256+
<argLine>-Dnet.bytebuddy.experimental=true</argLine>
257+
</configuration>
255258
</plugin>
256259
<plugin>
257260
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)