Przeglądaj źródła

jme3-example: add 2 library dependencies that were missing

Stephen Gold 1 rok temu
rodzic
commit
d921ef2666
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      jme3-examples/build.gradle

+ 2 - 0
jme3-examples/build.gradle

@@ -24,6 +24,8 @@ dependencies {
     implementation project(':jme3-networking')
     implementation project(':jme3-networking')
     implementation project(':jme3-niftygui')
     implementation project(':jme3-niftygui')
     implementation project(':jme3-plugins')
     implementation project(':jme3-plugins')
+    implementation project(':jme3-plugins-json')
+    implementation project(':jme3-plugins-json-gson')
     implementation project(':jme3-terrain')
     implementation project(':jme3-terrain')
     implementation project(':jme3-awt-dialogs')
     implementation project(':jme3-awt-dialogs')
     runtimeOnly project(':jme3-testdata')
     runtimeOnly project(':jme3-testdata')