OpenAPITools / openapi-generator-bazel

Bazel plugin for OpenAPI Generator
Apache License 2.0
66 stars 46 forks source link

enabled multiple input files. #31

Closed hkawa608 closed 2 years ago

hkawa608 commented 2 years ago

Since deps attribute is not allowed to include any files, this tool can only handle a single openapi file. With this change, user can specify deps attribute and generate code from multiple files.

wing328 commented 2 years ago

@hkawa608 thanks for the PR. Would it be possible to add some CI tests to cover the change?

You're free to use any CI you like such as Github Action, Travis CI, etc. Just let us know what you need in our end to enable it.

wing328 commented 2 years ago

I'll give it a go. Thanks for the contribution.