Skip to content

Commit

Permalink
Merge pull request #422 from focus-shift/fix-surefire-argline
Browse files Browse the repository at this point in the history
Fix surefire argline override
  • Loading branch information
derTobsch authored Jan 12, 2024
2 parents e6eea9c + 0aa4f0c commit 0c57838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<configuration>
<argLine>-Dnet.bytebuddy.experimental=true</argLine>
<argLine>@{argLine} -Dnet.bytebuddy.experimental=true</argLine>
</configuration>
</plugin>

Expand Down

0 comments on commit 0c57838

Please sign in to comment.