Move to Java 7 (Maybe java 8 soon...)

* Also bump CH to v10, which uses Java 7
* Probably don't use this build, I have to test it first...

(cherry picked from commit 3db57ee1d9)
This commit is contained in:
Eric Stokes 2016-11-19 15:02:19 -05:00 committed by Jeremy Wood
parent 7bbd9348c2
commit 04e71d4377

View File

@ -72,8 +72,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
@ -293,7 +293,7 @@
<dependency>
<groupId>com.pneumaticraft.commandhandler</groupId>
<artifactId>CommandHandler</artifactId>
<version>8</version>
<version>10</version>
<type>jar</type>
<scope>compile</scope>
</dependency>