Sfoglia il codice sorgente

Gradle build (zip) (#2235)

* lwjgl dependency issues
JNightRide 1 anno fa
parent
commit
94520781ff
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      jme3-examples/build.gradle

+ 2 - 2
jme3-examples/build.gradle

@@ -19,8 +19,8 @@ dependencies {
     implementation project(':jme3-effects')
     implementation project(':jme3-jbullet')
     implementation project(':jme3-jogg')
-//    implementation project(':jme3-lwjgl')
-    implementation project(':jme3-lwjgl3')
+    implementation project(':jme3-lwjgl')
+//    implementation project(':jme3-lwjgl3')
     implementation project(':jme3-networking')
     implementation project(':jme3-niftygui')
     implementation project(':jme3-plugins')