An internal error occurred during: “Updating Maven Project”. java.lang.NullPointerException

后端 未结 20 1010
小鲜肉
小鲜肉 2020-12-12 16:55

I\'m developing a Java EE web project. When I try to add a dependency, this error message appears. I use Eclipse Kepler.

An internal error occurred du

20条回答
  •  天命终不由人
    2020-12-12 17:22

    Above solutions did not work for me as the issue with open JDK 13 version https://github.com/spotify/dockerfile-maven/issues/163 So I degraded to open JDK8 and it works for me

提交回复
热议问题