Skip to content

Commit

Permalink
Push java source/target version to 1.7
Browse files Browse the repository at this point in the history
Closes #500
  • Loading branch information
magro committed Jun 11, 2017
1 parent 64d7784 commit c1ff83c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -99,8 +99,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.7</source>
<target>1.7</target>
<encoding>utf-8</encoding>
<testExcludes>
<testExclude>${test.exclude}</testExclude>
Expand Down

0 comments on commit c1ff83c

Please sign in to comment.