반응형
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
에서 시키는데로 똑같이 했는데?? 왜 안되는거지? 했었다.
잠시 생각해보니 회사망에서 몇가지 막아놓은것들이 있어서 다운로드가 안되는것..!
테더링으로 붙여주고 다시 시도했더니 문제없이 빌드 성공했다.
반응형
'[SPRING] > SPRING' 카테고리의 다른 글
.\gradlew jar 에러 (0) | 2023.09.14 |
---|---|
Linux 서버 배포(java 설치 및 서비스로 자동 재실행) (0) | 2022.09.16 |
application.properties 파일 여러개 나눠서 이용하기 (0) | 2022.06.09 |
Index 256 out of bounds for length 256 에러 (0) | 2022.06.08 |
[Class to Java] 클래스 파일 자바 변환(디컴파일) (0) | 2022.02.07 |