Spring

repo spring에서 HTTP 403을 사용하는 이유는 무엇입니까?

기록만이살길 2022. 12. 4. 23:37
반응형

repo spring에서 HTTP 403을 사용하는 이유는 무엇입니까?

1. 질문(문제점):

몇 달 전부터 gitlab을 사용하여 heroku에 배포하는 jhipster 프로젝트가 있습니다.

어제부터 이런 오류가 생겨서 새 버전을 배포할 수 없습니다.

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

왜 이런 오류가 나는지 아시는 분 계신가요? 어떻게 해결합니까?

2. 해결방안:

파일을 열고 httpbuild.gradle 의 spring maven 저장소 URL을 https 로 바꿉니다.

반응형