Package org.gradle.api.tasks
Interface CompileClasspathNormalizer
- All Superinterfaces:
 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.- Since:
 - 4.3
 - See Also: