moved to jme3

This commit is contained in:
Ziver Koc 2020-03-21 19:57:43 +01:00
parent 4dd9985229
commit d563f539a5
20 changed files with 124 additions and 114 deletions

View file

@ -1,6 +1,4 @@
apply plugin: "java"
sourceCompatibility = 1.8
sourceCompatibility = '1.8'
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets {
@ -14,7 +12,8 @@ sourceSets {
}
dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "org.jmonkeyengine:jme3-core:${jme3Version}-stable"
compile "org.jmonkeyengine:jme3-terrain:${jme3Version}-stable"
implementation 'se.koc:zutil:1.0.0-SNAPSHOT'