Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[BUG][GRADLE] missing documentation for systemProperties and additionalProperties #5979
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report Checklist
Description
The documentation for the gradle plugin is very unclear. The sections
additionalPropertiesandsystemPropertiesare mentioned, but not further documented. There should be documentation which describes the config options for this sections.openapi-generator version
Version 4.3.1
OpenAPI declaration file content or url
Not relevant for documentation issue.
Command line used for generation
Not relevant for documentation issue.
Steps to reproduce
Read documentation at https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-gradle-plugin. Try to understand what is allowed in
systemPropertiesoradditionalPropertiesRelated issues/PRs
Suggest a fix
Link to documentation explaining
systemPropertiesandadditionalPropertieslike it is done forconfigOptionsThis may also be true for other openapi plugins (especially maven), but I only looked into the gradle one deeper.