api / org.gradle.process / ProcessForkOptions / workingDir

workingDir

abstract fun workingDir(dir: Any): ProcessForkOptions

Sets the working directory for the process. The supplied argument is evaluated as per .

Parameters

dir - The working directory. Must not be null.

Return
this