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
- 자료구조
- 10951
- setParameter
- createQuery
- @NotEmpty
- 점세개
- 자바
- 숫자야구
- @Spring
- C
- 여러인수
- mycp
- @ModelAttribute
- Spring
- decorator
- NamedParameterNotBound
- 전치행렬 #C
- 쉬운 계단 수
- 백준
- gradle
- pscp
- BubbleSorting
- Linux
- 데코레이터패턴
- 디자인패턴
- java
- 10844
- junit
- designpattern
- springboot
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 > wrapper > gradle - wrapper.properties 의
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
gradle의 버전을 위처럼 7.x.x 에서 6.8.3 으로 변경하고 재빌드 해주니 문제가 해결되었다.
'이것저것 > 오류 해결' 카테고리의 다른 글
H2 연결 에러가 발생하였을 때 해결 방법 (0) | 2022.03.26 |
---|---|
[MAVEN/JAVA11 JPA 이용시 에러 해결]ClassNotFoundException (0) | 2022.03.26 |
Junit의 @BeforeEach 이 실행 안 됨 오류 (0) | 2022.02.25 |
Error : Gradle + Junit 어노테이션이 import 되지 않을 때 (0) | 2022.02.23 |
[C언어] 만약 visual studio에서 NULL이 인식되지 않는다면! (0) | 2021.11.13 |
Comments