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 cd728cf commit e292810Copy full SHA for e292810
pom.xml
@@ -279,7 +279,7 @@
279
<artifactId>maven-surefire-plugin</artifactId>
280
<version>3.2.5</version>
281
<configuration>
282
- <argLine>-XX:+EnableDynamicAgentLoading</argLine>
+ <argLine>@{argLine} -XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true</argLine>
283
</configuration>
284
</plugin>
285
<plugin>
0 commit comments