We're currently working on an app with a relative large number of external dependencies, as we're integrating with a fairly complex existing system.
The dependencies are working just fine, however, it still takes several minutes to resolve dependencies regardless of whether or not the dependencies are already in the Ivy cache. If the cache needs updating, it takes even longer of course.
Is there any way we can speed this process up, or disable dependency resolution on every run? This is now becoming a huge productivity drain.
Thanks!