Match PMD target JDK configuration to actual configuration
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -530,8 +530,7 @@ under the License.
|
|||||||
<artifactId>maven-pmd-plugin</artifactId>
|
<artifactId>maven-pmd-plugin</artifactId>
|
||||||
<version>3.19.0</version>
|
<version>3.19.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- targetJdk 1.1, 1.2 is not supported -->
|
<targetJdk>1.8</targetJdk>
|
||||||
<targetJdk>1.3</targetJdk>
|
|
||||||
<linkXref>true</linkXref>
|
<linkXref>true</linkXref>
|
||||||
<rulesets>
|
<rulesets>
|
||||||
<ruleset>${basedir}/pmd.xml</ruleset>
|
<ruleset>${basedir}/pmd.xml</ruleset>
|
||||||
|
|||||||
Reference in New Issue
Block a user