How to copy gradle dependencies properly? Local repo is down.
I copied ~/.gradle/caches/modules-2/files-2.1/com.whatever/* from one PC to another PC but it does not pick that com.whatever dependency.
Is there any trick that needs to be done? Need to have dependencies while repo is down.
Cheers,