changed source compatibility only for lwjgl3

This commit is contained in:
Sebastian Weiß 2016-09-12 10:19:01 +02:00
parent 309f751c4d
commit 4e79ccfa68
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -4,6 +4,8 @@ if (!hasProperty('mainClass')) {
def lwjglVersion = '3.0.0'
sourceCompatibility = '1.8'
dependencies {
compile project(':jme3-core')
compile project(':jme3-desktop')