StandardOutputListener

A StandardOutputListener receives text written by Gradle's logging system to standard output or error.

Functions

Link copied to clipboard
abstract fun onOutput(output: CharSequence)
Called when some output is written by the logging system.