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

后端 未结 5 1980
臣服心动
臣服心动 2020-12-25 09:53

I have a project with SNAPSHOT dependencies using gradle as its build tool in intellij.

The problem is that intellij is using SNAPSHOTS that are now outdated.

5条回答
  •  余生分开走
    2020-12-25 10:15

    IntelliJ IDEA ULTIMATE 2020.1

    Right-click on the project name in the Gradle Tool Window and select Refresh Gradle Dependencies from the context menu.

提交回复
热议问题