Skip to content

Commit

Permalink
🚨 Enabled dynamic agent loading for coverage measurement
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle committed Nov 9, 2024
1 parent 2d48f03 commit 710cecb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,17 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
<configuration>
<argLine>-XX:+EnableDynamicAgentLoading</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.2</version>
<configuration>
<argLine>-XX:+EnableDynamicAgentLoading</argLine>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 710cecb

Please sign in to comment.