[go: nahoru, domu]

InputNormalizationHandler

API Documentation:InputNormalizationHandler

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

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

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.