We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3703b commit 40a781cCopy full SHA for 40a781c
pom.xml
@@ -672,7 +672,7 @@
672
</goals>
673
<configuration>
674
<executable>${java.home}${file.separator}bin${file.separator}java</executable>
675
- <commandlineArgs>-cp target${file.separator}classes${path.separator}target${file.separator}test-classes${path.separator}${test.classpath} org.openjdk.jmh.Main ${jmh.args}</commandlineArgs>
+ <commandlineArgs>-cp "target${file.separator}classes${path.separator}target${file.separator}test-classes${path.separator}${test.classpath}" org.openjdk.jmh.Main ${jmh.args}</commandlineArgs>
676
</configuration>
677
</execution>
678
</executions>
0 commit comments