tasks.withType(GenerateMavenPom).configureEach {
suppressedValidationErrors.add('enforced-platform')
}
tasks.withType(GenerateModuleMetadata).configureEach {
suppressedValidationErrors.add('enforced-platform')
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)