为什么我有来自 repo spring 的 HTTP 403?

use*_*740 25 java spring gitlab jhipster

我有一个 jhipster 项目,几个月以来它用 gitlab 部署在 heroku 上

从昨天开始,我无法部署新版本,因为我有这个错误

FAILURE: Build failed with an exception.
32 * What went wrong:
33 A problem occurred configuring root project 'yvidya'.
34 > Could not resolve all artifacts for configuration ':classpath'.
35    > Could not resolve io.spring.gradle:propdeps-plugin:0.0.10.RELEASE.
36      Required by:
37          project :
38       > Could not resolve io.spring.gradle:propdeps-plugin:0.0.10.RELEASE.
39          > Could not get resource 'http://repo.spring.io/plugins-    release/io/spring/gradle/propdeps-plugin/0.0.10.RELEASE/propdeps-plugin-0.0.10.RELEASE.pom'.
40             > Could not GET 'http://repo.spring.io/plugins-release/io/spring/gradle/propdeps-plugin/0.0.10.RELEASE/propdeps-plugin-0.0.10.RELEASE.pom'. Received status code 403 from server:     Forbidden
Run Code Online (Sandbox Code Playgroud)

有谁知道为什么会出现这个错误?以及如何解决?

Sla*_*ast 42

打开你的build.gradle文件,并替换从春天Maven仓库URL HTTPHTTPS


Abh*_*hah 21

该问题与已弃用的存储库链接有关。请更新httphttps春天的回购网址。