Skip to content

Commit 8bc8db0

Browse files
committed
Fixed the PMD warnings with the Java 5 source files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1091552 13f79535-47bb-0310-9956-ffa450edef68
1 parent 39e1da9 commit 8bc8db0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@
248248
<plugin>
249249
<groupId>org.apache.maven.plugins</groupId>
250250
<artifactId>maven-pmd-plugin</artifactId>
251+
<configuration>
252+
<targetJdk>${maven.compile.source}</targetJdk>
253+
</configuration>
251254
</plugin>
252255
</plugins>
253256
</reporting>

0 commit comments

Comments
 (0)