FileReferenceOutputArtifact

constructor(name: String, file: File, useChecksumInvalidation: Boolean = false)

Parameters

name

the output file name (with extension, since the original file name is used as-is)

file

the source file (or directory) to copy

useChecksumInvalidation

whether to also create a checksum file for this artifact, used for incremental builds to determine whether the artifact has changed since the last build and should be recreated.