[error] IntelliJ - gradle 설정 시 Could not find method testCompile() for arguments

·2022년 4월 3일
0

오류해결모음

목록 보기
12/19

스프링부트와 AWS로 혼자구현하는 웹 서비스 책 보면서 인텔리제이 gradle 설정 하고 있는데 아래 오류가 났다.
gradle 버전이 7.1이어서 버전을 변경해주려고 하는데 오류때문에 변경도 안되는 상황.

Could not find method testCompile() for arguments
또는
Could not find method compile() for arguments

그래서 서치해보니까 7 버전에서는 compile, testComplie 대신 implementataion, testImplementation을 사용해줘야 한다고해서 수정해보니 오류가 해결되었다.

0개의 댓글