Could not find method compile() for arguments [org.springframework.boot:spring-boot-starter-web] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

iseon_u·2023년 3월 22일
0

Troubleshooting

목록 보기
11/13

Could not find method compile() for arguments [org.springframework.boot:spring-boot-starter-web] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.


🌳 환경

  • Gradle - Groovy

🔥 문제

  • 프로젝트 초기 세팅 후 Gradle 빌드 과정에서 오류

🧯 해결

  • complie, runtime, testComplie, testRuntime Gradle 7.0 (2021.4.9) 부터 삭제
  • 대체된 메서드
    • complieimplementation
    • runtimeruntimeOnly
    • testCompiletestImplementation
    • testRuntimetestRuntimeOnly
profile
🧑🏻‍💻 Hello World!

0개의 댓글