Skip to content

Commit

Permalink
fix: P4ADEV-1775 test fix annotation gradle (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoGiuliani authored Dec 20, 2024
1 parent 5360cf1 commit c33bc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ openApiGenerate {
"interfaceOnly" to "true",
"useTags" to "true",
"generateConstructorWithAllArgs" to "false",
"generatedConstructorWithRequiredArgs" to "false",
"additionalModelTypeAnnotations" to "@lombok.Data @lombok.Builder @lombok.AllArgsConstructor @lombok.RequiredArgsConstructor"
"generatedConstructorWithRequiredArgs" to "true",
"additionalModelTypeAnnotations" to "@lombok.Data @lombok.Builder @lombok.AllArgsConstructor"
))
}

0 comments on commit c33bc16

Please sign in to comment.