OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.82k stars 6.58k forks source link

[REQ] generateApis Config Parameter in Gradle Plugin #12592

Open zaw-man opened 2 years ago

zaw-man commented 2 years ago

Is your feature request related to a problem? Please describe.

generateApis configuration option/parameter is not available in Gradle plugin thus unable to convert Maven project to Gradle as Maven project used parameter to skip generation of org.openapitools package.

Describe the solution you'd like

Please advise if there is workaround for generateApis config parameter in Gradle plugin.

EarthCitizen commented 1 year ago

I am utterly shocked that this option is in the Maven plugin and not the Gradle plugin.

@zaw-man Is there any particular hold up on this?