api / org.gradle.api.tasks / ClasspathNormalizer

ClasspathNormalizer

@Incubating interface ClasspathNormalizer : FileNormalizer

Normalizes file input that represents a Java runtime classpath. Compared to the default behavior this normalizer keeps the order of any root files, but ignores the order and timestamps of files in directories and ZIP/JAR files.

See Also
org.gradle.api.tasks.Classpath

Since
4.3