Skip to content

Commit

Permalink
Maven compiler plugin configuration change.
Browse files Browse the repository at this point in the history
  • Loading branch information
chevyden committed Jul 4, 2020
1 parent 51cde9b commit b7859b8
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 @@ -13,8 +13,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>7</source>
<target>7</target>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit b7859b8

Please sign in to comment.