api / org.gradle.process / ProcessForkOptions / setExecutable

setExecutable

abstract fun setExecutable(executable: String): Unit

Sets the name of the executable to use.

Parameters

executable - The executable. Must not be null.

Since
4.0

abstract fun setExecutable(executable: Any): Unit

Sets the name of the executable to use.

Parameters

executable - The executable. Must not be null.