into
abstract fun into(destPath: Any, @DelegatesTo(value = CopySpec::class
Creates and configures a child CopySpec with the given destination path. The destination is evaluated as per file.
Return
this
Parameters
dest
Path to the destination directory for a Copy
configure
The closure to use to configure the child CopySpec.
Creates and configures a child CopySpec with the given destination path. The destination is evaluated as per file.
Return
this
Parameters
dest
Path to the destination directory for a Copy
copy
The action to use to configure the child CopySpec.