Skip to content

Commit

Permalink
Make sure we are compiling in Java 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ribeaud committed Feb 6, 2017
1 parent 7ec77da commit 89b7590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<slf4j.version>1.7.22</slf4j.version>
<guava.version>21.0</guava.version>
<mockito.version>1.10.19</mockito.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down

0 comments on commit 89b7590

Please sign in to comment.