Unindexed remote maven repositories in IntelliJ IDEA 14

前端 未结 7 2016
我寻月下人不归
我寻月下人不归 2020-12-30 19:22

I\'ve imported an existing Gradle project to IntelliJ IDEA. I keep getting a notification:

Unindexed remote maven repositories found.

7条回答
  •  时光取名叫无心
    2020-12-30 19:38

    Similar to @osexp2003, I deleted my repository folder under .m2 and restart intellij.

    IntelliJ -> Preferences -> Build, Execution, Deployment -> Repositories -> selected http://repo1.maven.org/maven2 and clicked on update in the dialog.

提交回复
热议问题