Use bootclasspath when building for java7

Note: this is only works correctly, if the property java7.home is set
Fixes #842
This commit is contained in:
Andreas Dangel
2018-01-12 22:39:18 +01:00
parent 9bc7074fb9
commit 4ba1cbcb46
5 changed files with 23 additions and 2 deletions

View File

@ -12,7 +12,9 @@
<properties>
<config.basedir>${basedir}/../pmd-core</config.basedir>
<java.version>8</java.version>
<java.home>${env.JAVA_HOME}</java.home>
</properties>
<build>