Proxies the ExecOperations
service that was added in Gradle 6.0,
so that equivalent functionality can be provided in Gradle 4.0+
Type Params | Return Type | Name and description |
---|---|---|
|
ExecResult |
exec(Action<? super ExecSpec> action) Executes the specified external process. |
|
ExecResult |
javaexec(Action<? super JavaExecSpec> action) Executes the specified external java process. |
Executes the specified external process.
Executes the specified external java process.