浏览代码

jme3-example: add 2 library dependencies that were missing

Stephen Gold 1 年之前
父节点
当前提交
d921ef2666
共有 1 个文件被更改,包括 2 次插入0 次删除
  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')