moved to jme3
This commit is contained in:
parent
4dd9985229
commit
d563f539a5
20 changed files with 124 additions and 114 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue