Browse Source

Pull request #1311: KERNEL-6189 chore: feature分支fine-third打包加入CBB

Merge in CORE/base-third from ~CLOUD.LIU/base-third:feature/10.0 to feature/10.0

* commit 'ad93be6b916a6d42227e1a5df957df8f2e0dd133':
  KERNEL-6189 chore: feature分支fine-third打包加入CBB
research/11.0
Cloud.Liu 4 years ago
parent
commit
a327ce8493
  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