|
|
@@ -371,13 +371,8 @@ dependencies { |
|
|
|
|
|
|
|
|
tasks.register("downloadDependencies") { |
|
|
tasks.register("downloadDependencies") { |
|
|
doLast { |
|
|
doLast { |
|
|
deps.forEach { (conf, dep) -> |
|
|
|
|
|
conf.files.forEach { file -> |
|
|
|
|
|
copy { |
|
|
|
|
|
from(file) |
|
|
|
|
|
into("data/") |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
deps.forEach { (conf, _) -> |
|
|
|
|
|
conf.files |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|