copy

abstract fun copy(configuration: Action<CopySpec>): WorkResult

Copies the specified files.

Return

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

Since

6.0

Parameters

configuration

The block to use to configure the CopySpec.