api / org.gradle.api.tasks / TaskOutputs / getFiles

getFiles

abstract fun getFiles(): FileCollection

Returns the output files of this task.

Return
The output files. Returns an empty collection if this task has no output files.