Browse Source

KERNEL-6189 feat: 公式组件加入release打包

release/10.0
Cloud.Liu 4 years ago
parent
commit
2409cec692
  1. 1
      build.third_step0.gradle

1
build.third_step0.gradle

@ -76,6 +76,7 @@ String essentialBranch = branchNameUpperCase == 'FEATURE' ? 'RELEASE' : 'MASTER'
dependencies {
essential "com.fr.essential:fine-essential:1.0-${essentialBranch}-SNAPSHOT"
essential "com.fr.cbb:fine-scheduler:1.0-${essentialBranch}-SNAPSHOT"
essential "com.fr.cbb:fine-function: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'

Loading…
Cancel
Save