Hi, I had found that in my builds Gradle constantly does the lookups for dependencies, and this causes the builds to take 3-5 times longer.
Therefore I'm running it with the following command line switch:
-Divy.cache.ttl.default=eternal
which disables all lookups.
Regards,
Andrew
