📅  最后修改于: 2022-03-11 14:55:47.537000             🧑  作者: Mango
task copyFiles (type: Copy, dependsOn: otherTask) {
with copySpec({
from "${buildDir}/wrapper-linux-${jswArc}-${jswVersion}/bin/wrapper"
into "$felix_tree/bin"
from "${buildDir}/wrapper-linux-${jswArc}-${jswVersion}/bin/wrapper"
into "$felix_tree/bin"
})
...
}