zyx 2 năm trước cách đây
mục cha
commit
f6a39b4451
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }