api / org.gradle.api.tasks / CompileClasspathNormalizer

CompileClasspathNormalizer

@Incubating interface CompileClasspathNormalizer : FileNormalizer

Normalizes file input that represents a Java compile 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. Compared to ClasspathNormalizer this normalizer only snapshots the ABIs of class files, and ignores any non-class resource.

See Also
org.gradle.api.tasks.CompileClasspath

Since
4.3