copySpec

abstract fun copySpec(action: Action<out Any>): CopySpec(source)

Creates a CopySpec which can later be used to copy files or create an archive. The given action is used to configure the CopySpec before it is returned by this method.

Return

The CopySpec

Parameters

action

Action to configure the CopySpec


Creates a CopySpec which can later be used to copy files or create an archive.

Return

a newly created copy spec