Skip to content

Commit

Permalink
Move to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Aug 3, 2021
1 parent 6ea0b6a commit caeff9a
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 @@ -345,8 +345,8 @@ Contributors:
<version>3.8.1</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<debug>true</debug>
<optimize>true</optimize>
<showDeprecations>true</showDeprecations>
Expand Down

0 comments on commit caeff9a

Please sign in to comment.