0 votes
in Gradle by
How do I force Gradle to download dependencies always?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Jun 21, 2020 in Gradle by Robindeniel
0 votes
asked Apr 14, 2020 in Gradle by Robindeniel
...