Skip to content

Commit

Permalink
fix: Required entity fields (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 authored Feb 1, 2025
1 parent 478d0cc commit f7e74f2
Show file tree
Hide file tree
Showing 7 changed files with 242 additions and 199 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ tasks.register<org.openapitools.generator.gradle.plugin.tasks.GenerateTask>("ope
"useBeanValidation" to "true",
"generateConstructorWithAllArgs" to "true",
"generatedConstructorWithRequiredArgs" to "true",
"additionalModelTypeAnnotations" to "@lombok.Builder"
"additionalModelTypeAnnotations" to "@lombok.experimental.SuperBuilder"
))
}
Loading

0 comments on commit f7e74f2

Please sign in to comment.