swagger2markup-gradle-plugin
swagger2markup-gradle-plugin copied to clipboard
process multiple swagger files
Hi there,
I'm not sure if I missed this functionality, but I found no way to process multiple independent input files. During my search I found a similar issue for the maven plugin, which said, that it is possible to get a workaround by multiple configurations, but neither that I got to work properly (mainly because I have to call this from a CI pipeline).
Is there any way (no matter how ugly, sorry) to process multiple inputs and thus also getting multiple outputs?
Thanks for any helpful answer in advance.
notice: I'd love to contribute for an elegant way like in the mentioned issue, but I'm also a complete beginner with the groovy language, so the best thing I can do is to just try it (if necessary)