From 24570d4552d8b66a346617cb27a1d9f561523a40 Mon Sep 17 00:00:00 2001 From: "Cloud.Liu" Date: Mon, 21 Sep 2020 14:54:14 +0800 Subject: [PATCH] =?UTF-8?q?DEC-15093=20fix:=20=E4=BB=BB=E5=8A=A1=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=94=99=E8=AF=AF=20=E6=89=93=E5=8C=85=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step1.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.third_step1.gradle b/build.third_step1.gradle index 9389fa93f..88596ac20 100644 --- a/build.third_step1.gradle +++ b/build.third_step1.gradle @@ -139,7 +139,7 @@ task copyEssential(type: Copy) { from configurations.essential } -task copyEssential(type: Copy) { +task copyCBB(type: Copy) { into "build/libs" from configurations.cbb }