In our gradle build system, we use OpenAPI Generator tool, and we always end up getting this below message as part of the build logs.
It would be ideal to provide an option for the user to turn off writing these messages to console / log files in automated environments like maven / gradle builds. This text is fine to be displayed when run from a command line tool.
################################################################################
# Thanks for using OpenAPI Generator. #
# Please consider donation to help us maintain this project ? #
# https://opencollective.com/openapi_generator/donate #
################################################################################
Usually other automated tools / utilities provide an option similar to silent / quiet to stop producing this text on console / logs.
In our gradle build system, we use OpenAPI Generator tool, and we always end up getting this below message as part of the build logs.
It would be ideal to provide an option for the user to turn off writing these messages to console / log files in automated environments like maven / gradle builds. This text is fine to be displayed when run from a command line tool.
Usually other automated tools / utilities provide an option similar to silent / quiet to stop producing this text on console / logs.