Skip to content

Commit

Permalink
Move to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherbie committed Apr 23, 2015
1 parent ad981ac commit f1b2c6c
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 @@ -78,7 +78,7 @@
<project.build.sourceEncoding>${project.encoding}</project.build.sourceEncoding>
<project.reporting.outputEncoding>${project.encoding}</project.reporting.outputEncoding>

<project.java.version>1.7</project.java.version>
<project.java.version>1.8</project.java.version>
<!-- These are used by multiple plugins (compiler, javadoc, xref, etc) -->
<project.compile.source>${project.java.version}</project.compile.source>
<project.compile.target>${project.java.version}</project.compile.target>
Expand Down

0 comments on commit f1b2c6c

Please sign in to comment.