작성
·
7.7K
0
Build file 'C:\Users\201910002\IdeaProjects\BATCHINIT\build.gradle' line: 2
Plugin [id: 'org.springframework.boot', version: '2.6.0'] was not found in any of the following sources:
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'org.springframework.boot', version: '2.6.0'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'org.springframework.boot:org.springframework.boot.gradle.plugin:2.6.0')
Searched in the following repositories:
Gradle Central Plugin Repository ... 이하 152라인
Gradle sync failed: Plugin [id: 'org.springframework.boot', version: '2.6.0'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'org.springframework.boot:org.springframework.boot.gradle.plugin:2.6.0')
Searched in the following repositories:
Gradle Central Plugin Repository (380 ms)
settings는 아래처럼 설정하였습니다.
답변 1
0
말씀주신대로 네트워크관련이 맞습니다. 정확하게는 사내 SSL 인증서가 문제였습니다.
사용하고있는 JDK와 intellij cacert파일에 사내 ssl 인증서를 등록하는 방법으로 해결하였습니다.
감사합니다.