api / org.gradle.normalization

Package org.gradle.normalization

Types

InputNormalization

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.

InputNormalizationHandler

interface InputNormalizationHandler

Used to configure input normalization. Currently, it is only possible to configure runtime classpath normalization.

RuntimeClasspathNormalization

interface RuntimeClasspathNormalization : InputNormalization

Configuration of runtime classpath normalization.