From 9923080de9ac2fb7faa2e53b3e9c2336a2956bc0 Mon Sep 17 00:00:00 2001
From: Scott Leberknight <174812+sleberknight@users.noreply.github.com>
Date: Sun, 6 Aug 2023 21:15:05 -0400
Subject: [PATCH] Force lombok plugin to use our lombok version (#248)
When trying to release kiwi, received error:
Unable to delombok: InvocationTargetException: Cannot read field
"bindingsWhenTrue" because "currentBindings" is null
This is a known error. For more details, see
https://github.com/awhitford/lombok.maven/issues/98
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6e79d6a..a0aaeeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,6 +363,13 @@
org.projectlombok
lombok-maven-plugin
${lombok-maven-plugin.version}
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+
+
delombok