How can I force update all the snapshot Gradle dependencies in intellij

In IntelliJ 2017.2 you can right-click on the project name in the
Gradle Tool Window and select Refresh dependencies from the context menu.

Refresh Gradle dependencies in IntelliJ 2017.2

This will refresh all your dependencies, not only the SNAPSHOTS, so it might take a while. I don’t know if other versions of IntelliJ also have this feature.

Leave a Comment