copy

abstract fun copy(action: Action<in CopySpec>): WorkResult(source)

Copies the specified files. The given action is used to configure a CopySpec, which is then used to copy the files.

Return

WorkResult that can be used to check if the copy did any work.

Since

6.0

Parameters

action

Action to configure the CopySpec