Gradle에서 발생한 Plugin was not found in any of the following sources: 의 비망

1760 단어 IntelliJgradle

소개



곤란하고 있는 분이 있었으므로, 향후의 비망으로서 씁니다.

이런 느낌의 오류가 나왔습니다.


Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

* Where:
Build file '/tmp/build/xxxx/xxxx/build.gradle' line: 13

* What went wrong:
Plugin [id: 'org.springframework.boot', version: '2.1.7.RELEASE'] 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.1.7.RELEASE')
  Searched in the following repositories:
    Gradle Central Plugin Repository

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 3m 9s

해결


  • Intellij IDEA의 Toggle Offline Mode가 ON이 되었으므로, OFF로 했습니다.

  • BEFORE





    AFTER





    메모


  • 개인용 Mac에서도 같은 현상이 일어난 적이 있었지만, 그 때는 Mac의 재기동으로 고쳐졌다
  • IntelliJ IDEA 의 Chack for Updates... 가 원래 Connection failed 이었다
  • 왜 고쳐 졌는지는 불명

  • Docker에서도 비슷한 오류가 발생했지만 어떻게 해결했는지 잊어 버렸으므로 기억한다면 씁니다 ...
  • 좋은 웹페이지 즐겨찾기