You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
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.
java: cannot find symbol
symbol: variable log
location: class com.cdr.tenant.web.rest.TenantController
The text was updated successfully, but these errors were encountered: