From e5e2fd151ca36b65177c06cbb9b5a810a9b35be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarik=20G=C3=BCrsoy?= Date: Mon, 13 May 2024 16:44:47 +0200 Subject: [PATCH] added lombok env variable for jococo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this single env variable had to be set in order for jococo to ignore code that is auto generated by lombok annotations Pushed-by: Tarik Gürsoy Co-authored-by: Thomas Zerr Committed-by: Tarik Gürsoy Pushed-by: Thomas Zerr Co-authored-by: Tarik Gürsoy --- lombok.config | 1 + 1 file changed, 1 insertion(+) diff --git a/lombok.config b/lombok.config index d8ef4d1d98..ec854f6414 100644 --- a/lombok.config +++ b/lombok.config @@ -2,3 +2,4 @@ # but this annotation seem to be used by Jackson. # Not sure if this is realy required, but without sonia.scm.api.rest.JSONContextResolverTest breaks lombok.anyConstructor.addConstructorProperties = true +lombok.addLombokGeneratedAnnotation = true