Skip to content

Commit

Permalink
Shift compilation to Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed May 15, 2015
1 parent 31e068b commit 9f3e18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -605,8 +605,8 @@
<version>3.2</version>
<configuration>
<debug>true</debug>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>
Expand Down

0 comments on commit 9f3e18d

Please sign in to comment.