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

后端 未结 5 1962
臣服心动
臣服心动 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:11

    Another option is to open up the Project Structure, and under Project Settings, Libraries, find the dependency in the list and remove it. Then press the Gradle refresh blue circling arrows icon and IntelliJ should fetch the latest version.

提交回复
热议问题