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 |
Tags
- 디자인패턴
- 자료구조
- 숫자야구
- 백준
- 자바
- springboot
- designpattern
- junit
- @Spring
- C
- @ModelAttribute
- NamedParameterNotBound
- BubbleSorting
- Linux
- 쉬운 계단 수
- 점세개
- createQuery
- mycp
- 전치행렬 #C
- Spring
- setParameter
- 10951
- 여러인수
- pscp
- java
- gradle
- 데코레이터패턴
- 10844
- @NotEmpty
- decorator
Archives
- Today
- Total
...
Gradle import할 때 발생하는 오류 해결 (Unable to find method) 본문
[ Unable to find method ''java.lang.String org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()''. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) ]
지금까지 gradle sync 관련 문제를 gradle version을 7.4.1에서 6.8.3 으로 다운 그레이드 해서 해결해 왔는데
언제까지 6버전을 쓸 순 없어서...
해결책을 찾아보니 intellj 버전이 너무 오래 전 거라 그랬던 거였다.
업데이트하기 귀찮아서 22년도까지 19년도 버전을 쓰고 있어서.,,,,,,,,,,,,방치 중이었다.,,,,,,,,,,,,,,
22년도 버전으로 업데이트 해주니 문제 해결!~!
'이것저것 > 오류 해결' 카테고리의 다른 글
Comments