Package org.gradle.normalization
Interface PropertiesFileNormalization
public interface PropertiesFileNormalization
Specifies how properties files should be normalized.
- Since:
- 6.8
- 
Method SummaryModifier and TypeMethodDescriptionvoidignoreProperty(String propertyName) Specifies that the value of a certain property should be ignored when normalizing properties files.
- 
Method Details- 
ignorePropertySpecifies that the value of a certain property should be ignored when normalizing properties files.propertyNameis matched case-sensitively with the property key. This method can be called multiple times to declare additional properties to be ignored.- Parameters:
- propertyName- - the name of the property to ignore
 
 
-