Styrow.dev
Question 22 of 30
Gradle Topic: General medium

How do I force Gradle to download dependencies always?

Question

How do I force Gradle to download dependencies always?

Answer

You may refresh dependencies in your cache using the command line option -refresh-dependencies. Also deleting the cached files under ~/.gradle/caches would get the next Gradle to build to download them again.