You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest release (v6.6.0) the option generateClientAsBean has been introduced, as in those PRs: #15419 #15416
But it seems it's still not available in the org.openapi.generator gradle plugin v6.6.0.
In fact if I add that option like this:
task customGenerateTask(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTask) {
generateClientAsBean.set true// other options...
}
i obtain the following error: groovy.lang.MissingPropertyException: Could not get unknown property 'generateClientAsBean' for task ':customGenerateTask' of type org.openapitools.generator.gradle.plugin.tasks.GenerateTask
openapi-generator version
v6.6.0
Steps to reproduce
Adding option generateClientAsBean in the GenerateTask task.
Description
In the latest release (v6.6.0) the option
generateClientAsBean
has been introduced, as in those PRs:#15419
#15416
But it seems it's still not available in the org.openapi.generator gradle plugin v6.6.0.
In fact if I add that option like this:
i obtain the following error:
groovy.lang.MissingPropertyException: Could not get unknown property 'generateClientAsBean' for task ':customGenerateTask' of type org.openapitools.generator.gradle.plugin.tasks.GenerateTask
openapi-generator version
v6.6.0
Steps to reproduce
Adding option
generateClientAsBean
in the GenerateTask task.Related issues/PRs
#15419
#15416
Suggest a fix/enhancement
Make the option available for gradle and maven plugins.
The text was updated successfully, but these errors were encountered: