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:
@ -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>
|
||||
|
Reference in New Issue
Block a user