api / org.gradle.process / BaseExecSpec / getStandardOutput

getStandardOutput

abstract fun getStandardOutput(): OutputStream

Returns the output stream to consume standard output from the process executing the command. Defaults to System.out.

Return
The output stream