Selaa lähdekoodia

Avoid duplication of packages in sync container

wip/gradle-reposilite
Sindre Stephansen 2 vuotta sitten
vanhempi
commit
ea64e50266
Allekirjoittanut: sindre <sindre@sindrestephansen.com> GPG Key ID: B06FC67D17A46ADE
1 muutettua tiedostoa jossa 2 lisäystä ja 7 poistoa
  1. +2
    -7
      sync/generate-gradle.py

+ 2
- 7
sync/generate-gradle.py Näytä tiedosto

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


Loading…
Peruuta
Tallenna