Skip to content

Commit

Permalink
Explicitly defaulting to null containers for Java client code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
galovics committed Sep 12, 2024
1 parent b44269d commit 889fc8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fineract-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ task buildJavaSdk(type: org.openapitools.generator.gradle.plugin.tasks.GenerateT
useRxJava2: 'false',
library: 'retrofit2',
hideGenerationTimestamp: 'true',
containerDefaultToNull: 'true'
]
generateModelTests = false
generateApiTests = false
Expand Down

0 comments on commit 889fc8d

Please sign in to comment.