Przeglądaj źródła

Avoid duplication of packages in sync container

wip/gradle-reposilite
Sindre Stephansen 2 lat temu
rodzic
commit
ea64e50266
Podpisane przez: sindre <sindre@sindrestephansen.com> ID klucza GPG: B06FC67D17A46ADE
1 zmienionych plików z 2 dodań i 7 usunięć
  1. +2
    -7
      sync/generate-gradle.py

+ 2
- 7
sync/generate-gradle.py Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz