Could not resolve: com.ibm.websphere:uow:6.0.2.17

编译spring源码报错:

Could not resolve: com.ibm.websphere:uow:6.0.2.17然后卡死,

版本

idea:2019.2
gradle:6.3

解决:

上面注释的是原来的,我改成了maven本地的啥,然后加了个阿里云的私服,一开始把原来的maven { url “http://repo.springsource.org/plugins-release” }删了,然后一直编译不过,后面才知道非要加上他自己的;
在这里插入图片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章