class SyncCopyActionDecorator : CopyAction
This class is a fork or the original Gradle SyncCopyActionDecorator. It extends the functionality to set the last modified time from source file.
SyncCopyActionDecorator(baseDestDir: File, delegate: CopyAction, preserveSpec: PatternFilterable, directoryFileTreeFactory: DirectoryFileTreeFactory, defaultTime: Long)
initialize the copy action |
fun execute(stream: CopyActionProcessingStream): WorkResult
The execute method of this copy action. This method will handle the main functionality. |