From 537d260482c54945b5a69d6b75768dd1bcc38ffd Mon Sep 17 00:00:00 2001 From: "antonio.torre" Date: Sat, 1 Feb 2025 16:51:41 +0100 Subject: [PATCH] chore: generated DTO annotations and constructors --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d8e96ab..8ceaf13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -120,6 +120,6 @@ openApiGenerate { "useBeanValidation" to "true", "generateConstructorWithAllArgs" to "true", "generatedConstructorWithRequiredArgs" to "true", - "additionalModelTypeAnnotations" to "@lombok.Builder" + "additionalModelTypeAnnotations" to "@lombok.experimental.SuperBuilder(toBuilder = true)" )) }