Skip to content

Commit 4e2cb48

Browse files
committed
chore: source 1.8
1 parent 7a0d6fb commit 4e2cb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
<goal>jar</goal>
388388
</goals>
389389
<configuration>
390-
<source>1.6</source>
390+
<source>1.8</source>
391391
<failOnError>false</failOnError>
392392
</configuration>
393393
</execution>
@@ -464,7 +464,7 @@
464464
<groupId>org.apache.maven.plugins</groupId>
465465
<artifactId>maven-pmd-plugin</artifactId>
466466
<configuration>
467-
<targetJdk>1.5</targetJdk>
467+
<targetJdk>1.8</targetJdk>
468468
<linkXref>true</linkXref>
469469
<sourceEncoding>utf-8</sourceEncoding>
470470
</configuration>

0 commit comments

Comments
 (0)