0

Looking for a way to download into cache all the dependencies enumerated in verification-metadata.xml of a Gradle project without actual executing of the tasks requiring those dependencies.

For instance, if the dependencies cache is empty and we run gradle assembly, it would cause downloading artifacts required for "assembly" and all previous tasks. Since some tasks could take several minutes to end, it would be good to avoid the execution itself and just stop after downloading the dependencies.

diziaq
  • 6,881
  • 16
  • 54
  • 96

0 Answers0