JaeWon's Devlog
article thumbnail
반응형

Intelli J를 통해서 새로운 Gradle 프로젝트를 생성하는 도중에, 프로젝트 생성 시 실행되는 Sync 작업에서 다음과 같은 에러가 발생하였다.

Unable to find method 'org.gradle.api.tasks.SourceSet.getCompileConfigurationName()Ljava/lang/String;'. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)

The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)

Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.

In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

인터넷에 대충 찾아보니 gradle 최신 버전을 다운로드 중 파일이 없어서 실패했다는 그런 내용인 것 같다.

 

그래서 gradle 버전을 낮추어 해당 에러를 해결했다.

1. 해결

- [프로젝트] -> [gradle] -> [wrapper] -> gradle-wrapper.properties

- 최신 버전이 7.0.2으로 되어 있다.

gradle 6으로 바뀐지도 별로 안된거 같은데....

- 해당 버전을 기존에 잘 사용되었던 6.8.3 버전으로 바꾸었다.

반응형
profile

JaeWon's Devlog

@Wonol

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!