Package org.gradle.normalization
Interface InputNormalizationHandler
public interface InputNormalizationHandler
Used to configure input normalization.
 Currently, it is only possible to configure runtime classpath normalization.
- Since:
- 4.0
- 
Method SummaryModifier and TypeMethodDescriptionReturns the normalization strategy for the runtime classpath.voidruntimeClasspath(Action<? super RuntimeClasspathNormalization> configuration) Configures the normalization strategy for the runtime classpath.
- 
Method Details- 
getRuntimeClasspathRuntimeClasspathNormalization getRuntimeClasspath()Returns the normalization strategy for the runtime classpath.
- 
runtimeClasspathConfigures the normalization strategy for the runtime classpath.
 
-