Skip to content

Commit 79d0f17

Browse files
committed
Re-enable verifyPom for most artifacts
1 parent ff88c9c commit 79d0f17

File tree

1 file changed

+0
-1
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+0
-1
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ fun Project.configureJReleaser() {
370370
url = "https://central.sonatype.com/api/v1/publisher"
371371
stagingRepository(rootProject.layout.buildDirectory.dir("m2").get().toString())
372372
artifacts {
373-
verifyPom = false // Sonatype already verifies POMs, and JReleaser's validator is not compatible with TOML or klib types.
374373
artifactOverride {
375374
artifactId = "version-catalog"
376375
jar = false // Version catalogs don't produce a JAR

0 commit comments

Comments
 (0)