코딩/Java, SpringBoot

Gradle build.gradle 버전별 차이

way to happiness 2021. 12. 27. 21:05

 

compile, runtime, testCompile, and testRuntime은 gradle 4.1부터 deprecated

implementation, runtimeOnly, testImplementation, and testRuntimeOnly으로 대체됨. 

 

 

 

https://stackoverflow.com/questions/23796404/could-not-find-method-compile-for-arguments-gradle