api / org.gradle.process / BaseExecSpec / setStandardInput

setStandardInput

abstract fun setStandardInput(inputStream: InputStream): BaseExecSpec

Sets the standard input stream for the process executing the command. The stream is closed after the process completes.

Parameters

inputStream - The standard input stream for the process. Must not be null.

Return
this