From 88af1473a7f37d14da054c3835fd0b1783f2af76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20D=C3=A9nari=C3=A9?= Date: Tue, 30 Apr 2024 17:30:09 +0200 Subject: [PATCH] Update to jdk21 Before this fix, we use lombok-maven-plugin version 1.18.20.0 which use lombok 1.18.20 which is not compatible with jdk21. This fix is a workaround waiting this pr to be merged : https://github.com/awhitford/lombok.maven/pull/180 and a new artifact released --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 9a85833..210e54e 100644 --- a/pom.xml +++ b/pom.xml @@ -151,6 +151,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 1.0 3.2.0 1.18.20.0 + 1.18.30 1.15.0 2.1.6 v16.0.0 @@ -876,6 +877,13 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. org.projectlombok lombok-maven-plugin ${org.lombok.plugin.version} + + + org.projectlombok + lombok + ${org.lombok.version} + + generate-sources