Skip to content

Commit 736280d

Browse files
committed
fix: use separator properties when running JMH
1 parent 86bebd8 commit 736280d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,8 @@
671671
<goal>exec</goal>
672672
</goals>
673673
<configuration>
674-
<executable>${java.home}/bin/java</executable>
675-
<commandlineArgs>-cp target/classes:target/test-classes:${test.classpath} org.openjdk.jmh.Main ${jmh.args}</commandlineArgs>
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>
676676
</configuration>
677677
</execution>
678678
</executions>

0 commit comments

Comments
 (0)