diff options
Diffstat (limited to 'champ-lib')
-rw-r--r-- | champ-lib/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 37f8db4..4f82dff 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -106,7 +106,7 @@ limitations under the License. <artifactId>jdk.tools</artifactId> <version>1.8</version> <scope>system</scope> - <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath> + <systemPath>${java.home}/../lib/tools.jar</systemPath> </dependency> <dependency> <groupId>org.jacoco</groupId> |