我的项目有很远的受扶养人,这确实只是某些卷宗的zi,有些地方需要解冻,因此建筑能够从卷宗中产生新的 j。 (一般而言,以核心问题而不是具体事项为重)
我不期望这一点如此困难,但我无法工作。 这里我所说的话:
我确定了一个新的配置:
configurations {
newConf
}
后来,我就这一假想确定了单一依赖。 它解决I号案需要探讨:
dependencies {
newConf "group:name:version@zip"
}
So far this all smells correct to me, though if anybody disagrees, I m listening.
最后,我需要确定一项任务,把烟火推入名录,然后成为后来的代号指挥的投入。
task explodeModel {
description = "unzip model into the specified modelSrc directory"
//input is a "files" collection (usually just one: the zip)
//output is the specified modelSrc dir
File modelSrc = new File("$buildDir/modelSrc")
outputs.files modelSrc
doLast {
configurations.newConf.allArtifacts.each { artifact -> println artifact }
}
}
明显的做法 最后,我只想走一条绝对的道路,走到我 st的地处。 我对如何找到档案的道路没有任何看法,因此我可以 un。 任何帮助?
Many thanks