Browse Source

change path in build.gradle

rickard 3 năm trước cách đây
mục cha
commit
b0ddbcd217
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -318,7 +318,7 @@ task copyProjectLibs(dependsOn: [configurations.corelibs, configurations.testdat
             if(isJmeDep(dep.name)){
                 copy {
                     from dep
-                    into "jme3-project-testdata/release/libs/"
+                    into "jme3-project-testdata/release/modules/ext/"
                     rename ("jme3-testdata(.*)", "jme3-testdata.jar")
                 }
             }