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