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
'코딩 > Java, SpringBoot' 카테고리의 다른 글
spring boot jwt filter, converter (0) | 2022.07.18 |
---|---|
Spring, JPA, mariadb 시작 에러 (0) | 2022.07.02 |
[java]필드변수 (0) | 2021.02.09 |
Java SE vs JDK vs JRE (0) | 2021.01.03 |
[JAVA]파일을 찾을 수 없습니다. (0) | 2020.11.01 |