A StandardOutputListener
receives text written by Gradle's logging system to standard output or
error.
Type | Name and description |
---|---|
void |
onOutput(CharSequence output) Called when some output is written by the logging system. |
Called when some output is written by the logging system.
output
- The text.