Skip to content

Commit e292810

Browse files
committed
test compilation issue fix
1 parent cd728cf commit e292810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<artifactId>maven-surefire-plugin</artifactId>
280280
<version>3.2.5</version>
281281
<configuration>
282-
<argLine>-XX:+EnableDynamicAgentLoading</argLine>
282+
<argLine>@{argLine} -XX:+EnableDynamicAgentLoading -Dnet.bytebuddy.experimental=true</argLine>
283283
</configuration>
284284
</plugin>
285285
<plugin>

0 commit comments

Comments
 (0)