From 9a73625779b079e9f684fd7a10491485ede0541e Mon Sep 17 00:00:00 2001 From: Adrian Tanase Date: Fri, 5 Aug 2022 09:50:48 -0700 Subject: [PATCH] [BUILD] - update lombok compatibility to java 16+ When building with java 17 I'm getting this otherwise ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project accounting: Fatal error compiling: java.lang.ExceptionInInitializerError: Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs accessible: module jdk.compiler does not "opens com.sun.tools.javac.processing" to unnamed module @257f30f7 ``` --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 84e93fe..1da198a 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ org.projectlombok lombok - 1.16.22 + 1.18.24 provided @@ -62,4 +62,4 @@ - \ No newline at end of file +