elesis's haunt

[Gradle] Could not find method compile() for arguments 본문

Spring Boot

[Gradle] Could not find method compile() for arguments

elesis 2022. 8. 26. 18:14
> 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로 대체해주면 된다.

Comments