Skip to content

Commit

Permalink
Merge pull request #56 from jamezp/add-tools-jar
Browse files Browse the repository at this point in the history
Add the tools.jar to the class path for Java 8 tests
  • Loading branch information
dmlloyd committed Feb 27, 2019
2 parents 849f0fa + 19315f1 commit 0b75c1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mr-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@
</goals>
<configuration>
<jvm>${java8.home}/bin/java</jvm>
<additionalClasspathElements>
<additionalClasspathElement>${java8.home}/lib/tools.jar</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 0b75c1b

Please sign in to comment.