-
[오류 기록] Unable to find method "java.lang.Stringorg.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()"Spring 2022. 3. 25. 21:56
Gradle import 시 오류.
오류 메시지
Unable to find method "java.lang.Stringorg.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()"
해결방법
gradle 7.xx 버전에서 이슈가 있다고 해서 6.8.3 버전으로 시도하였다.
(gradle - wrapper - gradle - wrapper.properties의 destributionUrl 변경)
해결여부
해결
'Spring' 카테고리의 다른 글
[Spring][Kotlin] 순수 자바로 객체지향 설계원칙 지키기 + 스프링으로 전환 (0) 2022.04.12 [Spring][Kotlin] 좋은 객체지향 설계 5가지 원칙 SOLID와 스프링 (0) 2022.04.12 [Spring] 객체지향 특징과 다형성과 스프링 (0) 2022.04.11 스프링 소개 (0) 2022.03.30 [오류 기록] Web server failed to start. Port 8080 was already in use. (0) 2022.03.25