into
abstract fun into(destPath: Any, @DelegatesTo(value = CopySpec::class ) configureClosure: Closure): CopySpec(source)
Creates and configures a child CopySpec
with the given destination path. The destination is evaluated as per file.
Return
this
Parameters
dest Path
Path to the destination directory for a Copy
configure Closure
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
Path to the destination directory for a Copy
copy Spec
The action to use to configure the child CopySpec
.