Skip to content

Commit 6135ff4

Browse files
committed
Remove pom metadata warning suppressions
These warnings may occur on publishing to MavenCentral, but this step happens on CI. We have no necessary to care about it.
1 parent f3d6dad commit 6135ff4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@ configurations.configureEach {
8585
}
8686
}
8787

88-
publishing.publications.withType<MavenPublication>().configureEach {
89-
// We don't care about capabilities being unmappable to Maven.
90-
suppressPomMetadataWarningsFor(API_ELEMENTS_CONFIGURATION_NAME)
91-
suppressPomMetadataWarningsFor(RUNTIME_ELEMENTS_CONFIGURATION_NAME)
92-
suppressPomMetadataWarningsFor(JAVADOC_ELEMENTS_CONFIGURATION_NAME)
93-
suppressPomMetadataWarningsFor(SOURCES_ELEMENTS_CONFIGURATION_NAME)
94-
}
95-
9688
dependencies {
9789
compileOnly(libs.kotlin.kmp)
9890
implementation(libs.apache.ant)

0 commit comments

Comments
 (0)