We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0d6fb commit 4e2cb48Copy full SHA for 4e2cb48
pom.xml
@@ -387,7 +387,7 @@
387
<goal>jar</goal>
388
</goals>
389
<configuration>
390
- <source>1.6</source>
+ <source>1.8</source>
391
<failOnError>false</failOnError>
392
</configuration>
393
</execution>
@@ -464,7 +464,7 @@
464
<groupId>org.apache.maven.plugins</groupId>
465
<artifactId>maven-pmd-plugin</artifactId>
466
467
- <targetJdk>1.5</targetJdk>
+ <targetJdk>1.8</targetJdk>
468
<linkXref>true</linkXref>
469
<sourceEncoding>utf-8</sourceEncoding>
470
0 commit comments