from

@get:InputFiles
@get:NormalizeLineEndings
@get:IgnoreEmptyDirectories
@get:PathSensitive(value = PathSensitivity.ABSOLUTE)
@get:SkipWhenEmpty
abstract val from: ConfigurableFileCollection

The collection of paths with files to copy.

Should be configured using available methods in the ConfigurableFileCollection such as ConfigurableFileCollection.from or ConfigurableFileCollection.setFrom.

See also

ConfigurableFileCollection