我是saml的新手,我正在尝试基于这里的教程文档进行构建。
但是 gradlew build install
失败是因为spring更新了从发布repo中提取依赖项的规则。参考https://spring.io/blog/2020/10/29/notice-of-permissions-changes-to-repo-spring-io-fall-and-winter-2020.
有人提到,这些库将在中央存储库中可用,我尝试了下面的repos,但它不起作用。有人有什么想法吗?
repositories {
mavenCentral()
jcenter()
maven { url "http://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/plugins-release-local" }
maven { url "https://repo.spring.io/plugins-release" }
}
暂无答案!
目前还没有任何答案,快来回答吧!