api / org.gradle.api.tasks / TaskDestroyables / files

files

abstract fun files(vararg paths: Any): Unit

Registers some files that this task destroys.

Parameters

paths - The files that will be destroyed. The given paths are evaluated as per org.gradle.api.Project#files(Object...).