Unindexed remote maven repositories in IntelliJ IDEA 14

前端 未结 7 1976
我寻月下人不归
我寻月下人不归 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

    I faced same problem, solved by it changing maven home in IntelliJ. In IntelliJ go to:

    File-> Setting-> Build, Execution, Deployment-> Build Tools->Maven 
    

    Change Maven Home Directory from bundled to local installed. for me the option available was:

    /usr/share/maven
    

提交回复
热议问题