@ -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'
dependencies {
compile project(':jme3-core')
compile project(':jme3-desktop')