ResourceNormalizationHandler

Note: This class is incubating and may change in a future version of Gradle.

Used to configure resource normalizations. Currently, it is only possible to configure resource normalizations for the runtime classpath.

Properties

PropertyDescription
runtimeClasspath
Incubating

The normalization strategy for the runtime classpath.

Methods

MethodDescription
runtimeClasspath(configuration)
Incubating

Configures the normalization strategy for the runtime classpath.

Script blocks

No script blocks

Property details

RuntimeClasspathNormalization runtimeClasspath (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The normalization strategy for the runtime classpath.

Method details

void runtimeClasspath(Action<? super RuntimeClasspathNormalization> configuration)

Note: This method is incubating and may change in a future version of Gradle.

Configures the normalization strategy for the runtime classpath.