Skip to content

Commit

Permalink
⏪️ Revert enable dynamic agent loading for coverage measurement
Browse files Browse the repository at this point in the history
because it breaks JaCoCo!
  • Loading branch information
McPringle committed Nov 12, 2024
1 parent 2f2af02 commit 1be2f8c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,17 +283,11 @@
<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 1be2f8c

Please sign in to comment.