Skip to content

Commit

Permalink
Bump version of java targeted by maven to java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed May 25, 2016
1 parent 93120d0 commit 28669da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<debug>true</debug>
<encoding>utf-8</encoding>
<optimize>true</optimize>
Expand Down

0 comments on commit 28669da

Please sign in to comment.