Skip to content

Commit

Permalink
fix surefire test for java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Feb 8, 2024
1 parent 285d241 commit 6b49a42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<exclude>**/FailingTest.java</exclude>
<exclude>**/BadTest.java</exclude>
</excludes>
<argLine>@{argLine} -XX:+EnableDynamicAgentLoading</argLine>
<argLine>@{argLine} -DnotNeeded=avalue</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 6b49a42

Please sign in to comment.