Skip to content

Commit

Permalink
enable target flag for maven
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Jun 26, 2020
1 parent 939b6ef commit 461f71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<!-- when building with Java 8 or 9, disable <release> and enable <source> and <target> -->
<!-- <release>8</release>-->
<source>8</source>
<!-- <target>8</target>-->
<target>8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 461f71f

Please sign in to comment.