We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eca053 commit a8b8314Copy full SHA for a8b8314
pom.xml
@@ -131,7 +131,7 @@
131
<groupId>org.apache.maven.plugins</groupId>
132
<artifactId>maven-pmd-plugin</artifactId>
133
<configuration>
134
- <targetJdk>1.8</targetJdk>
+ <targetJdk>${maven.compiler.target}</targetJdk>
135
<excludes>
136
<exclude>org/apache/commons/jxpath/ri/parser/*</exclude>
137
</excludes>
@@ -256,7 +256,7 @@
256
257
258
259
260
261
262
0 commit comments