Compliant with Java 7

This commit is contained in:
NavidK0 2015-03-10 14:58:05 -04:00
parent 88ba19afd8
commit a67d2ed833
6 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
apply plugin: 'java'
sourceCompatibility = '1.8'
sourceCompatibility = '1.7'
ext.spigotVersion = '1.8.3-R0.1-SNAPSHOT'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'