api / org.gradle.normalization / InputNormalization

InputNormalization

@Incubating interface InputNormalization

Input normalization configuration. Input normalization is used when Gradle tries to determine if two task inputs are different. Gradle normalizes both inputs and the inputs are considered different if and only if the normalizations are different.

Since
4.0

Inheritors

RuntimeClasspathNormalization

interface RuntimeClasspathNormalization : InputNormalization

Configuration of runtime classpath normalization.