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...
This commit is contained in:
Eric Stokes 2016-11-19 13:02:19 -07:00
parent b3841adcc1
commit 3db57ee1d9
1 changed files with 3 additions and 3 deletions

View File

@ -77,8 +77,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>
@ -298,7 +298,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>