Package org.gradle.normalization
Interface MetaInfNormalization
public interface MetaInfNormalization
Configuration of manifest normalization.
- Since:
- 6.6
- 
Method SummaryModifier and TypeMethodDescriptionvoidignoreAttribute(String name) Ignore attributes inMETA-INF/MANIFEST.MFwithin archives matchingname.voidIgnore all files and subdirectories in theMETA-INFdirectory within archives.voidIgnore theMETA-INF/MANIFEST.MFfile within archives.voidignoreProperty(String name) Ignore keys in properties files stored inMETA-INFwithin archives matchingname.
- 
Method Details- 
ignoreCompletelyvoid ignoreCompletely()Ignore all files and subdirectories in theMETA-INFdirectory within archives.- Since:
- 6.6
 
- 
ignoreManifestvoid ignoreManifest()Ignore theMETA-INF/MANIFEST.MFfile within archives.- Since:
- 6.6
 
- 
ignoreAttributeIgnore attributes inMETA-INF/MANIFEST.MFwithin archives matchingname.nameis matched case-insensitively with the manifest attribute name.- Since:
- 6.6
 
- 
ignorePropertyIgnore keys in properties files stored inMETA-INFwithin archives matchingname.nameis matched case-sensitively with the property key.- Since:
- 6.6
 
 
-