- change source compatibility to 1.6

This commit is contained in:
Normen Hansen 2015-01-13 20:18:14 +01:00
parent 6ff69cccf6
commit 69f8e58d84

View File

@ -11,7 +11,7 @@ apply plugin: 'maven'
String mavenGroupId = 'com.jme3' String mavenGroupId = 'com.jme3'
String mavenVersion = jmeVersion + '-' + jmeVersionTag //'-SNAPSHOT' String mavenVersion = jmeVersion + '-' + jmeVersionTag //'-SNAPSHOT'
sourceCompatibility = '1.5' sourceCompatibility = '1.6'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8' [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
repositories { repositories {