api / org.gradle.api.file / DuplicateFileCopyingException

DuplicateFileCopyingException

@Incubating open class DuplicateFileCopyingException : GradleException

Thrown when more than one file with the same relative path name is to be copied and the DuplicatesStrategy is set to DuplicatesStrategy.FAIL

Constructors

<init>

DuplicateFileCopyingException(desc: String)