본문 바로가기

[SPRING]/SPRING

gradle wrapper 에러

반응형
FAILURE: Build failed with an exception.

* Where:
Build file '...\build.gradle.kts' line: 4

* What went wrong:
Plugin [id: 'com.github.johnrengelman.shadow', version: '8.1.1'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
  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 15s

이 에러를 보고 처음 플러그인이 잘못된건가 싶어서 찾아보고
https://plugins.gradle.org/plugin/com.github.johnrengelman.shadow에서 시키는데로 똑같이 했는데?? 왜 안되는거지? 했었다.

잠시 생각해보니 회사망에서 몇가지 막아놓은것들이 있어서 다운로드가 안되는것..!

테더링으로 붙여주고 다시 시도했더니 문제없이 빌드 성공했다.

반응형