Browse Source

DEC-15093 fix: 任务名称错误 打包失败

research/10.0
Cloud.Liu 4 years ago
parent
commit
24570d4552
  1. 2
      build.third_step1.gradle

2
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
}

Loading…
Cancel
Save