Incompatible with latest IntelliJ Idea version
Doesn't generate code for @Data (and possibly others) annotations
Do you already have any plans for updating the plugin? Branch etc?
Temporary workaround:
IDEA_VERSION=LATEST-EAP-SNAPSHOT ./gradlew buildlombok-intellij-plugin/build/distribution/lombok-plugin-0.30-EAP.zip (or similar, there should be only one ZIP file in that folder).To skip (1.) and (2.) you may use lombok-plugin-0.30-EAP.zip which is what my machine built. That's of course provided without any responsibility/warranty.
Edit: Please report back whether the suggested workaround helped mitigate the issue. This information might be helpful for the maintainers.
Hi!
I verified latest on master following the local installation with
IntelliJ IDEA 2020.1 (Ultimate Edition)
Build #IU-201.6668.60, built on April 1, 2020
Runtime version: 11.0.6+8-b765.25 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.3
Non-Bundled Plugins: Lombook Plugin
The plugin works as expected.
Are you planning to release a new version soon? or until 2020.1 is stable release?
Thanks
today rc1 goes out
With RC1 it works.
Most helpful comment
Temporary workaround:
IDEA_VERSION=LATEST-EAP-SNAPSHOT ./gradlew buildlombok-intellij-plugin/build/distribution/lombok-plugin-0.30-EAP.zip(or similar, there should be only one ZIP file in that folder).To skip (1.) and (2.) you may use lombok-plugin-0.30-EAP.zip which is what my machine built. That's of course provided without any responsibility/warranty.
Edit: Please report back whether the suggested workaround helped mitigate the issue. This information might be helpful for the maintainers.