Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 서버개발캠프
- LIS #Algorithm #요소추적
- 보석쇼핑
- Algorithm
- 스마일게이트
- 백준
- 투포인터
- BaekJoon
- 삼성 #코테 #2020상반기 #c++
- c++
- 알고리즘
- 카카오
- 식단
- 중반부
- 코테
- Smilegate
- Union-find
- IBK기업은행 #기업은행 #디지털 #직무 #정리
- 1편
- 유니온파인드
- 소감
- 카카오인턴
- 코딩테스트
- BFS
Archives
- Today
- Total
짱아의 개발 기록장
[Spring] Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7 오류 본문
Error Log
[Spring] Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7 오류
jungahshin 2021. 2. 18. 23:19반응형
Spring프로젝트를 Gradle로 빌드하는 과정에서
'Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7' 같은 오류가 발생했다..... 멘붕....😫
그래서 구글해본 결과 github에서 아래와 같은 글을 발견할 수 있었다.
즉, gradle/wrapper/gradle-wrapper.properties 파일에서 gradle의 버전을 gradle-6.4.1-bin.zip으로 변경하면 해결된다는 댓글이었다.
과연 나도 해당 될까? 해서 그대로 6.4.1로 변경을 해봤는데 글쎄 해결했다...ㅎㅎ
반응형
'Error Log' 카테고리의 다른 글
[IntelliJ] 실행시 finished with non-zero exit value 오류 (0) | 2021.04.02 |
---|---|
[IntelliJ] 폴더 생성시, 상위 하위 폴더가 "."으로 이어지는 문제 (0) | 2021.04.02 |
[Github] couldn't find remote ref master Error (0) | 2020.12.30 |
[Github] 회사 컴퓨터에서 개인 repo로 push하는 방법 (0) | 2020.12.30 |
Mac 업그레이드 후 개발 관련 도구 에러(xcrun: error: invalid active developer path) 해결방법 (0) | 2020.12.24 |
Comments