In gradle, the downloading of the cache takes forever for us. It grabs from a nexus instance we host which has lots of jars on it.
This means that downloading the jars on the first build takes over an hour.
Is there a way I can load a .gradle folder all pre-loaded so it can skip this long download step for the first build? Is it as easy as finding a developer with the build's dependencies already cached and then zip up and send our the .gradle
folder?