api / org.gradle.process / ProcessForkOptions / executable

executable

abstract fun executable(executable: Any): ProcessForkOptions

Sets the name of the executable to use.

Parameters

executable - The executable. Must not be null.

Return
this