zyx 2 years ago
parent
commit
f6a39b4451
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -62,7 +62,7 @@ task clearLibs(type: Delete) {
 
 task copyRuntimeLibs(type: Copy) {
     into "${buildDir}/output/libs"
-    from  configurations.compileClasspath
+    from  configurations.runtimeClasspath
 }