zyx 2 yıl önce
ebeveyn
işleme
f6a39b4451
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 }