lombok-intellij-plugin
lombok-intellij-plugin copied to clipboard
Lombok Plugin issue Intellij 2022.2.1
java: cannot find symbol symbol: variable log location: class com.cdr.tenant.web.rest.TenantController
same Issue: IntelliJ IDEA 2022.2.1 Build #IU-222.3739.54 Plugin 'Lombok' (version '0.34.1-2019.1') is not compatible with the current version of the IDE, because it requires build 191.* or older but the current build is IU-222.3739.54
same Issue: IntelliJ IDEA 2022.2.1 Build #IU-222.3739.54 Plugin 'Lombok' (version '0.34.1-2019.1') is not compatible with the current version of the IDE, because it requires build 191.* or older but the current build is IU-222.3739.54
- extract lombok-plugin-0.34-xxxx.jar
- edit META-INF\plugin.xml and change the value from '0.34.1-2019.1' to 'IU-222.3739.54' in idea-version tag
- save it
- compress it back to jar by
jar uf lombok-plugin-0.34-xxxx.jar META-INF\plugin.xml
- install plugin from disk.
PS. It seems this project has not been released for two years. It will eventually be incompatible with the latest IDE. Better plan a new solution to replace it.
同一问题:IntelliJ IDEA 2022.2.1 Build #IU-222.3739.54 插件“Lombok”(版本“0.34.1-2019.1”)与当前版本的 IDE 不兼容,因为它需要 build 191.* 或更旧的版本,但当前版本是 IU-222.3739.54
- 提取 lombok-plugin-0.34-xxxx.jar
- 编辑 META-INF\plugin.xml 并将 idea-version 标签中的值从 '0.34.1-2019.1' 更改为 'IU-222.3739.54'
- 保存
- 将其压缩回罐子
jar uf lombok-plugin-0.34-xxxx.jar META-INF\plugin.xml
- 从磁盘安装插件。
附言。好像这个项目已经两年没有发布了。它最终将与最新的 IDE 不兼容。最好计划一个新的解决方案来取代它。
最新版本AndroidStudio 不支持了 即便修改完版本号 AI-221.6008.13 还是会找不到GET SET方法