Upping source compatibility to 1.7. Even 1.7 is end-of-lifed by now

but at least it's newer than the ancient 1.6.
This commit is contained in:
Paul Speed 2016-03-09 00:52:39 -05:00
parent 838978ed15
commit 35de6bd6d3

View File

@ -8,7 +8,7 @@ apply plugin: 'maven'
group = 'org.jmonkeyengine'
version = jmePomVersion
sourceCompatibility = '1.6'
sourceCompatibility = '1.7'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
repositories {