Skip to content

Commit

Permalink
compiler flags for java 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hplahar committed Sep 11, 2019
1 parent 71dbb3a commit 28ee8a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>1.8</release>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 28ee8a7

Please sign in to comment.