| Interface and Description |
|---|
| ExecOperationsProxy
Proxies the
ExecOperations service that was added in Gradle 6.0,
so that equivalent functionality can be provided in Gradle 4.0+ |
| Method and Description |
|---|
| ProjectOperations#bzip2Resource(Object file)
Creates resource that points to a bzip2 compressed file at the given path.
|
| ProjectOperations#create(Project project)
Creates a reference to ProjectOperations instance.
|
| ProjectOperations#exec(Action super ExecSpec> action)
Executes the specified external process.
|
| ProjectOperations#gzipResource(Object file)
Creates resource that points to a gzip compressed file at the given path.
|
| ProjectOperations#javaexec(Action super JavaExecSpec> action)
Executes the specified external java process.
|
| ProjectOperations#maybeCreateExtension(Project project)
Creates a
grolifant extension if it does not exist. |