from
Specifies source files or directories for a copy. The given paths are evaluated as per files.
Parameters
source Paths
Paths to source files for the copy
abstract fun from(sourcePath: Any, @DelegatesTo(value = CopySpec::class ) configureClosure: Closure): CopySourceSpec(source)
Specifies the source files or directories for a copy and creates a child CopySourceSpec
. The given source path is evaluated as per files .
Parameters
source Path
Path to source for the copy
configure Closure
closure for configuring the child CopySourceSpec
Specifies the source files or directories for a copy and creates a child CopySpec
. The given source path is evaluated as per files .
Parameters
source Path
Path to source for the copy
configure Action
action for configuring the child CopySpec