OpenAPI gradle generator - adding custom template

15 Views Asked by At

How to add additional files to the generated package?

Let's say I want to add AUTHORS.md file to the root of the generated package. CLI allows to specify "files" node in config.yaml that can be passed as an argument to cli generator as described here: https://openapi-generator.tech/docs/customization/

but can't find equivalent setting for gradle generator.

0

There are 0 best solutions below