Hi, I have a task that will download the dependenc...
# dependency-management
e
Hi, I have a task that will download the dependencies from certain
Configuration
. In this task, I use resolvedConfiguration to download it. But we need a faster way to download these artifacts. From the log, I assume the resolution happens sequentially, can we resolve the artifacts in parallel? Or is there another way to make the resolution faster? Thanks in advance.