zyx 2 년 전
부모
커밋
f6a39b4451
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 }