diff --git a/config.yml b/config.yml index c3321c3..0dd5473 100644 --- a/config.yml +++ b/config.yml @@ -15,4 +15,7 @@ scmConnection: scm:git:git@github.com:RevEngAI/sdk-java.git scmDeveloperConnection: scm:git:git@github.com:RevEngAI/sdk-java.git scmUrl: https://github.com/RevEngAI/sdk-java library: okhttp-gson -hideGenerationTimestamp: true \ No newline at end of file +# Do not include timestamps in the generated files to avoid unnecessary diffs +hideGenerationTimestamp: true +# Allow unknown properties to avoid breaking when the API adds new fields, and we haven't updated the SDK yet +failOnUnknownProperties: false \ No newline at end of file