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.