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
로 대체해주면 된다.