Skip to content

Commit

Permalink
chore: generated DTO annotations and constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Feb 1, 2025
1 parent b7b1e6d commit 537d260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
))
}

0 comments on commit 537d260

Please sign in to comment.