@Incubating public interface TaskDestroyables
Task
destroys (removes).void files(Object... paths)
paths
- The files that will be destroyed. The given paths are evaluated as per Project.files(Object...)
.void file(Object path)
path
- A file that will be destroyed. The given path is evaluated as per Project.files(Object...)
.FileCollection getFiles()