IDEA2020.3Community
java1.8
java: cannot find symbol
symbol: variable log
- Enable annotation processing---check
- lombok plugin(newest 0.32-EAP)---check
- maven/gradle dependencies(
providedCompile group: 'org.projectlombok', name: 'lombok', version: '1.18.16'
)---check - Invalidate caches and restart---tried many times
no error/warning displayed, only if me building the project these errors pop up on build output
Why is this happening?