Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lombok Plugin issue Intellij 2022.2.1 #1146

Open
EcKnologicAdmin opened this issue Aug 20, 2022 · 3 comments
Open

Lombok Plugin issue Intellij 2022.2.1 #1146

EcKnologicAdmin opened this issue Aug 20, 2022 · 3 comments

Comments

@EcKnologicAdmin
Copy link

java: cannot find symbol
symbol: variable log
location: class com.cdr.tenant.web.rest.TenantController

@DISSIDIA-986
Copy link

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

@philwu
Copy link

philwu commented Sep 2, 2022

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

  1. extract lombok-plugin-0.34-xxxx.jar
  2. edit META-INF\plugin.xml and change the value from '0.34.1-2019.1' to 'IU-222.3739.54' in idea-version tag
  3. save it
  4. compress it back to jar by
    jar uf lombok-plugin-0.34-xxxx.jar META-INF\plugin.xml
  5. 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.

@GitHubWebb
Copy link

同一问题:IntelliJ IDEA 2022.2.1 Build #IU-222.3739.54 插件“Lombok”(版本“0.34.1-2019.1”)与当前版本的 IDE 不兼容,因为它需要 build 191.* 或更旧的版本,但当前版本是 IU-222.3739.54

  1. 提取 lombok-plugin-0.34-xxxx.jar
  2. 编辑 META-INF\plugin.xml 并将 idea-version 标签中的值从 '0.34.1-2019.1' 更改为 'IU-222.3739.54'
  3. 保存
  4. 将其压缩回罐子
    jar uf lombok-plugin-0.34-xxxx.jar META-INF\plugin.xml
  5. 从磁盘安装插件。

附言。好像这个项目已经两年没有发布了。它最终将与最新的 IDE 不兼容。最好计划一个新的解决方案来取代它。

最新版本AndroidStudio 不支持了 即便修改完版本号 AI-221.6008.13 还是会找不到GET SET方法

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants