- change source compatibility to 1.6
This commit is contained in:
parent
6ff69cccf6
commit
69f8e58d84
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user