Procházet zdrojové kódy

jme3-example: add 2 library dependencies that were missing

Stephen Gold před 1 rokem
rodič
revize
d921ef2666
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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-niftygui')
     implementation project(':jme3-plugins')
+    implementation project(':jme3-plugins-json')
+    implementation project(':jme3-plugins-json-gson')
     implementation project(':jme3-terrain')
     implementation project(':jme3-awt-dialogs')
     runtimeOnly project(':jme3-testdata')