elesis's haunt
[Gradle] Could not find method compile() for arguments 본문
> Could not find method compile() for arguments
[{group=org.springframework.boot, name=spring-boot-starter, version=1.4.3.RELEASE}]
on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
compile
, runtime
, testCompile
, testRuntime
을implementation
, runtimeOnly
, testImplementation
, testRuntimeOnly
로 대체해주면 된다.
'Spring Boot' 카테고리의 다른 글
[Gradle] build.gradle 우클릭시 Gradle 안뜰 때, Gradle dependencides 갱신할 때 (0) | 2022.08.26 |
---|
Comments