Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ org.springframework.boot+spring-boot-maven-plugin=2.7.1

org.vafer+jdeb=1.10
# https://github.com/tcurdt/jdeb/pull/363

org.openapitools+openapi-generator-maven-plugin=-
# https://github.com/OpenAPITools/openapi-generator/issues/21066
# workaround: configure the plugin's nested property configOptions.hideGenerationTimestamp to true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the spirit of this file is to have support for project.build.outputTimestamp, so there is no need to check if the user configured the specific property or not

this PR cannot be merged with he current OpenAPITools/openapi-generator#21066 approach