Skip to content

Commit

Permalink
chore: source 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Aug 2, 2024
1 parent 7a0d6fb commit 4e2cb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
<goal>jar</goal>
</goals>
<configuration>
<source>1.6</source>
<source>1.8</source>
<failOnError>false</failOnError>
</configuration>
</execution>
Expand Down Expand Up @@ -464,7 +464,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<targetJdk>1.5</targetJdk>
<targetJdk>1.8</targetJdk>
<linkXref>true</linkXref>
<sourceEncoding>utf-8</sourceEncoding>
</configuration>
Expand Down

0 comments on commit 4e2cb48

Please sign in to comment.