java -jar lombok.jar
https://ifuwanna.tistory.com/292
[intelliJ] 2020.3 Lombok 오류 해결 - You aren't using a compiler supported by lombok
IntelliJ IDEA 2020.3 버전에서 Build할때 아래 오류로 Lombok이 활성화 되지 못해서 ~~cannot find symbol 메시지와 함께 빌드가 실패 하는 증상이 발생하여 해결 방법을 포스팅합니다. 제가 사용하는 IntelliJ..
ifuwanna.tistory.com
java: You aren't using a compiler supported by lombok, so lombok will not work and has been disabled
After upgrade, Unable to run the application from intellij IDE. Intellij version : IntelliJ IDEA 2020.3 (Community Edition) Build #IC-203.5981.155, built on December 1, 2020 lombok version : 0.32-EAP
stackoverflow.com