浏览代码

Avoid duplication of packages in sync container

wip/gradle-reposilite
父节点
当前提交
ea64e50266
签署人:: sindre <sindre@sindrestephansen.com> GPG 密钥 ID: B06FC67D17A46ADE
共有 1 个文件被更改,包括 2 次插入7 次删除
  1. +2
    -7
      sync/generate-gradle.py

+ 2
- 7
sync/generate-gradle.py 查看文件

@@ -371,13 +371,8 @@ dependencies {

tasks.register("downloadDependencies") {
doLast {
deps.forEach { (conf, dep) ->
conf.files.forEach { file ->
copy {
from(file)
into("data/")
}
}
deps.forEach { (conf, _) ->
conf.files
}
}
}


正在加载...
取消
保存