From d7365ed3065a7cd674af9ff357c6821750b01e64 Mon Sep 17 00:00:00 2001 From: "Cloud.Liu" Date: Fri, 27 Nov 2020 10:27:55 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-6189=20chore:=20feature=E5=88=86?= =?UTF-8?q?=E6=94=AFfine-third=E6=89=93=E5=8C=85=E5=8A=A0=E5=85=A5CBB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step0.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.third_step0.gradle b/build.third_step0.gradle index 9b246bbfc..4ebb40bdf 100644 --- a/build.third_step0.gradle +++ b/build.third_step0.gradle @@ -70,6 +70,7 @@ configurations { String essentialBranch = version == 'FEATURE' ? 'RELEASE' : 'MASTER' dependencies { essential "com.fr.essential:fine-essential:1.0-${essentialBranch}-SNAPSHOT" + essential "com.fr.cbb:fine-universal-skeleton:1.0-${essentialBranch}-SNAPSHOT" // thirdjar "com.fr.third:fine-third-base:10.0-BASE-SNAPSHOT" // sigar "com.fr.third:sigar:1.6.0" testCompile 'junit:junit:4.12' @@ -164,6 +165,6 @@ task unpackEssential(type:Copy) { into classesDir } -jar.dependsOn unpackEssential +unpackEssential.dependsOn unpack -jar.dependsOn unpack +jar.dependsOn unpackEssential