Browse Source

change path in build.gradle

rickard 2 years ago
parent
commit
b0ddbcd217
1 changed files with 1 additions and 1 deletions
  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")
                 }
             }