본문 바로가기

개발중/troubleshooting

lombok.javac.apt.LombokProcessor 에러 해결

728x90
반응형


[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.471 s
[INFO] Finished at: 2022-04-18T14:15:56+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project 
POMS: Fatal error compiling: java.lang.IllegalAccessError: class lombok.javac.apt.LombokProcessor 
(in unnamed module @0x4b721918) 
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 @0x4b721918 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

 


프로젝트 lombok 버전이랑 로컬 lombok 이랑 버전이 안맞아서 에러 발생 !


 

728x90
반응형