warning: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.
Your processor is: [org.gradle.api.internal.tasks.compile.processing.IncrementalProcessingEnvironment](org.gradle.api.internal.tasks.compile.processing.IncrementalProcessingEnvironment)
Lombok supports: sun/apple javac 1.6, ECJ
1 warning
에러가 뜰 시
build.gradle
에서
compileJava{
options.fork = false
options.incremental = false
}
추가.
'삽질기록' 카테고리의 다른 글
MockMvc로 테스트할 때 415 코드 뜨면서 테스트 실패 (1) | 2020.01.30 |
---|---|
[JPA] INSERT 쿼리가 나가지 않을 때 (0) | 2020.01.27 |
gradle 사용시 lombok cannot find symbol 에러 (0) | 2019.08.02 |