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
class lombok.javac.apt.LombokProcessor (in unnamed module @0x32252daf) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x32252daf
The text was updated successfully, but these errors were encountered:
Lombok compatible JDK list
Lombok兼容JDK版本列表
When you compile fails and the message is as follows, try upgrading the lombok version or switch JDK
如果编译失败,报错信息是类似下面的关于lombok的异常时,可以试试升级lombok版本或者切换jdk
class lombok.javac.apt.LombokProcessor (in unnamed module @0x32252daf) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x32252daf
The text was updated successfully, but these errors were encountered: