1
0

Match PMD target JDK configuration to actual configuration

This commit is contained in:
Gary Gregory
2022-10-25 07:31:41 -04:00
parent 434abf7006
commit da2caee5d7

View File

@@ -530,8 +530,7 @@ under the License.
<artifactId>maven-pmd-plugin</artifactId>
<version>3.19.0</version>
<configuration>
<!-- targetJdk 1.1, 1.2 is not supported -->
<targetJdk>1.3</targetJdk>
<targetJdk>1.8</targetJdk>
<linkXref>true</linkXref>
<rulesets>
<ruleset>${basedir}/pmd.xml</ruleset>