Skip to content

Commit

Permalink
Java calls should be relative to JAVA_HOME infinispan#38
Browse files Browse the repository at this point in the history
  • Loading branch information
galderz committed Nov 4, 2020
1 parent e47d064 commit 50b447d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>java</executable>
<executable>${env.JAVA_HOME}/bin/java</executable>
<workingDirectory>target</workingDirectory>
<arguments>
<argument>-cp</argument>
Expand All @@ -101,7 +101,7 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>java</executable>
<executable>${env.JAVA_HOME}/bin/java</executable>
<workingDirectory>target</workingDirectory>
<arguments>
<argument>-cp</argument>
Expand Down

0 comments on commit 50b447d

Please sign in to comment.