Acts as a proxy for the FileSystemOperations that was implemented in Gradle 6.0,
but allows for a substitute operation on old Gradle versions.
| Type Params | Return Type | Name and description |
|---|---|---|
|
WorkResult |
copy(Action<? super CopySpec> action)Copies the specified files. |
|
WorkResult |
delete(Action<? super DeleteSpec> action)Deletes the specified files. |
Copies the specified files.
action - Configures a CopySpecDeletes the specified files.
action - Configures a DeleteSpec