Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# 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