-
- Downloads
Bug 1513395 - Ask gradle to download all dependencies. r=nalexander
This adds a task to each project called `downloadDependencies`. This task will go through each configuration and resolve every dependency so that the gradle cache contains a copy of every file needed for building and running tests. This is intended to be used together with our nexus oss database but it can be used locally too. Note: `downloadDependencies` does not download dependencies added a runtime, e.g. by plugins like apilint, checkstyle, findbugs... so we still need to run those tasks to collect their dependencies. Depends on D14516 Differential Revision: https://phabricator.services.mozilla.com/D14622 --HG-- extra : moz-landing-system : lando
Please register or sign in to comment