We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30a8535 + b8b8a41 commit 45e6520Copy full SHA for 45e6520
2 files changed
.github/workflows/check.yaml
@@ -109,10 +109,7 @@ jobs:
109
config-file: config.yml
110
template-dir: templates
111
# For the artifact version drop the `v` prefix as it's not usually used in Maven versions
112
- # Use java.time.Instance for DateTime mappings because our API returns nanosecond precision timestamps
113
command-args: >
114
- --import-mappings=DateTime=java.time.Instant
115
- --type-mappings=DateTime=java.time.Instant
116
--additional-properties=artifactVersion=${{ steps.version_check.outputs.openapi_version_maven }}
117
118
- name: Check for changes
0 commit comments