Using IntelliJ IDEA 2020.3 EAP, Lombok plugin version 0.32 EAP and JDK 1.8 I cannot compile Java code with Lombok annotations anymore due to:
You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.
Compiling Lombok annotated classes should work as before.
N/A
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled.
Your processor is: org.jetbrains.jps.javac.$Proxy19
Lombok supports: OpenJDK javac, ECJ
Found a potential workaround in rzwitserloot/lombok#2592 and https://youtrack.jetbrains.com/issue/IDEA-250718#focus=Comments-27-4418347.0-0
Go to File | Settings | Build, Execution, Deployment | Compiler | Build process VM options field and add
-Djps.track.ap.dependencies=false
Closing as it is a duplicate of https://github.com/mplushnikov/lombok-intellij-plugin/issues/950
Found a potential workaround in rzwitserloot/lombok#2592 and https://youtrack.jetbrains.com/issue/IDEA-250718#focus=Comments-27-4418347.0-0
Go to _File | Settings | Build, Execution, Deployment | Compiler | Build process VM options field_ and add
-Djps.track.ap.dependencies=false
it works!
Found a potential workaround in rzwitserloot/lombok#2592 and https://youtrack.jetbrains.com/issue/IDEA-250718#focus=Comments-27-4418347.0-0
Go to _File | Settings | Build, Execution, Deployment | Compiler | Build process VM options field_ and add
-Djps.track.ap.dependencies=false
It definitely works!
for Mac : IntellIJ IDEA -> Preferences -> Build, Execution, Deployment -> Compiler
-> User-local build process VM options (overrides Shared options): -Djps.track.ap.dependencies=false
It definitely works!
Found a potential workaround in rzwitserloot/lombok#2592 and https://youtrack.jetbrains.com/issue/IDEA-250718#focus=Comments-27-4418347.0-0
Go to _File | Settings | Build, Execution, Deployment | Compiler | Build process VM options field_ and add-Djps.track.ap.dependencies=falseIt definitely works!
for Mac : IntellIJ IDEA -> Preferences -> Build, Execution, Deployment -> Compiler
-> User-local build process VM options (overrides Shared options): -Djps.track.ap.dependencies=false
it works for mac !!
don't work.
If don't use this option - not work one module.
If use this option - not wlrk 50% modules...
Most helpful comment
Found a potential workaround in rzwitserloot/lombok#2592 and https://youtrack.jetbrains.com/issue/IDEA-250718#focus=Comments-27-4418347.0-0
Go to File | Settings | Build, Execution, Deployment | Compiler | Build process VM options field and add