api / org.gradle.normalization / InputNormalizationHandler

InputNormalizationHandler

@Incubating interface InputNormalizationHandler

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

Since
4.0

Functions

getRuntimeClasspath

abstract fun getRuntimeClasspath(): RuntimeClasspathNormalization

Returns the normalization strategy for the runtime classpath.

runtimeClasspath

abstract fun runtimeClasspath(configuration: Action<in RuntimeClasspathNormalization>): Unit

Configures the normalization strategy for the runtime classpath.