Skip to content

Commit

Permalink
#55 Use proper maven-compiler-plugin version and proper JAVA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
rfscholte committed Feb 24, 2017
1 parent 9c99ac9 commit b3684b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/it/jigsaw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6-jigsaw-SNAPSHOT</version>
<version>3.6.1</version>
<configuration>
<source>9</source>
<target>9</target>
Expand All @@ -28,7 +28,7 @@
<artifactId>exec-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
<executable>D:\jdk-9\bin\java.exe</executable>
<executable>${JAVA_HOME}/bin/java</executable>
<arguments>
<argument>-p</argument>
<modulepath/>
Expand Down

0 comments on commit b3684b0

Please sign in to comment.