Skip to content

Commit

Permalink
quote javaagent to prevent splits due to spaces in path
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Dec 4, 2024
1 parent e2559b7 commit 7cc28d0
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 @@ -216,7 +216,7 @@
<statelessTestsetInfoReporter
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
</statelessTestsetInfoReporter>
<argLine>-javaagent:${net.bytebuddy:byte-buddy-agent:jar}</argLine>
<argLine>-javaagent:"${net.bytebuddy:byte-buddy-agent:jar}"</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 7cc28d0

Please sign in to comment.