18
score
1.2M
views
no
status
CC BY-SA 3.0
How can I force Gradle to redownload dependencies?
Instead of removing your entire gradle cache, like some answers here are suggesting, you can delete the cache for a specific group or artifact id. I added the following function to my .bash_profile : Usage: Then, on the...