mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-16 06:39:00 +00:00
This allows easier creation of custom `GenerateTask`. Specifically, this makes: - generateModelTests - generateModelDocumentation - generateApiTests - generateApiDocumentation - withXml optional, following the same pattern as other properties in GenerateTask. Without this change, we get `java.lang.IllegalStateException: No value has been specified for this provider.` until these properties are specified for the task, when attempting to define a custom generate task (such as one to generate API docs).