ExecOperations

Process execution operations.

An instance of this type can be injected into a task, plugin or other object by annotating a public constructor or property getter method with javax.inject.Inject.

Functions

Link copied to clipboard
abstract fun exec(action: Action<out Any>): ExecResult
Executes the specified external process.
Link copied to clipboard
abstract fun javaexec(action: Action<out Any>): ExecResult
Executes the specified external java process.