소스 검색

Avoid duplication of packages in sync container

wip/gradle-reposilite
Sindre Stephansen 2 년 전
부모
커밋
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
}
}
}


불러오는 중...
취소
저장