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
3 changes: 3 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ jobs:
config-file: config.yml
template-dir: templates
# For the artifact version drop the `v` prefix as it's not usually used in Maven versions
# Use java.time.Instance for DateTime mappings because FastAPI returns nanosecond precision timestamps
command-args: |
--import-mappings=DateTime=java.time.Instant
--type-mappings=DateTime=java.time.Instant
--additional-properties=artifactVersion=${{ steps.version_check.outputs.openapi_version_maven }}

- name: Check for changes
Expand Down