suppressPomMetadataWarningsFor

abstract fun suppressPomMetadataWarningsFor(variantName: String)(source)

Silences the compatibility warnings for the Maven publication for the specified variant. Warnings are emitted when Gradle features are used that cannot be mapped completely to Maven POM.

Since

6.0

Parameters

variantName

the variant to silence warning for