목록gradle (2)
elesis's haunt

build.gradle 우클릭시 Gradle 안뜰 때 Gradle dependencides 갱신할 때
Spring Boot
2022. 8. 26. 18:36
[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
2022. 8. 26. 18:14