Explorar o código

jme3-example: add 2 library dependencies that were missing

Stephen Gold hai 1 ano
pai
achega
d921ef2666
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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')