Browse Source

KERNEL-6189 chore: feature分支fine-third打包加入CBB

release/10.0
Cloud.Liu 4 years ago
parent
commit
d7365ed306
  1. 5
      build.third_step0.gradle

5
build.third_step0.gradle

@ -70,6 +70,7 @@ configurations {
String essentialBranch = version == 'FEATURE' ? 'RELEASE' : 'MASTER' String essentialBranch = version == 'FEATURE' ? 'RELEASE' : 'MASTER'
dependencies { dependencies {
essential "com.fr.essential:fine-essential:1.0-${essentialBranch}-SNAPSHOT" 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" // thirdjar "com.fr.third:fine-third-base:10.0-BASE-SNAPSHOT"
// sigar "com.fr.third:sigar:1.6.0" // sigar "com.fr.third:sigar:1.6.0"
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
@ -164,6 +165,6 @@ task unpackEssential(type:Copy) {
into classesDir into classesDir
} }
jar.dependsOn unpackEssential unpackEssential.dependsOn unpack
jar.dependsOn unpack jar.dependsOn unpackEssential

Loading…
Cancel
Save