api / org.gradle.process / BaseExecSpec / setStandardOutput

setStandardOutput

abstract fun setStandardOutput(outputStream: OutputStream): BaseExecSpec

Sets the output stream to consume standard output from the process executing the command. The stream is closed after the process completes.

Parameters

outputStream - The standard output stream for the process. Must not be null.

Return
this