changed source compatibility only for lwjgl3
This commit is contained in:
parent
309f751c4d
commit
4e79ccfa68
@ -8,7 +8,7 @@ apply plugin: 'maven'
|
||||
group = 'org.jmonkeyengine'
|
||||
version = jmePomVersion
|
||||
|
||||
sourceCompatibility = '1.8'
|
||||
sourceCompatibility = '1.7'
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
repositories {
|
||||
|
@ -4,6 +4,8 @@ if (!hasProperty('mainClass')) {
|
||||
|
||||
def lwjglVersion = '3.0.0'
|
||||
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
dependencies {
|
||||
compile project(':jme3-core')
|
||||
compile project(':jme3-desktop')
|
||||
|
Loading…
x
Reference in New Issue
Block a user