From b131ae792e4aa6278e0c332b389530a140643c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Zaicsek?= Date: Thu, 22 Jan 2026 00:30:27 +0100 Subject: [PATCH] add lombok annotation processor to maven workflow to fix compile --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 345bf8a..aa8ae97 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,19 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + 1.18.42 + + + +