Daniel Hoffmann
Daniel Hoffmann
Hi @erichaagdev I wanted to generate the API from an URL like `https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/modules/openapi-generator-gradle-plugin/src/test/resources/specs/petstore-v3.0.yaml` in my project, but because of the `@InputFile` annotation in the GenerateTask, it is only accepting file...
@erichaagdev If I create a new `remoteInputSpec` property, I will have to make the `inputSpec` parameter optional. Currently it is a required property. Would it cause any regression issue?
@erichaagdev I have added the new `remoteInputSpec` property. Thank you for your alternative suggestion, we are already using the same plugin as a workaround. It works well, I just wanted...