How to skip downloading package while using gradle?

Viewed 23

I'm compiling elasticsearch. Because of the network is not very stable, every time the "./gradlew localDistro" command reaches the downloading of ml-cpp-8.2.0-SNAPSHOT.zip,it will fail after long download before finish. I have downloaded the package from browser, then how to skip download it while compile it by gradle

0 Answers
Related