We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff88c9c commit 79d0f17Copy full SHA for 79d0f17
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -370,7 +370,6 @@ fun Project.configureJReleaser() {
370
url = "https://central.sonatype.com/api/v1/publisher"
371
stagingRepository(rootProject.layout.buildDirectory.dir("m2").get().toString())
372
artifacts {
373
- verifyPom = false // Sonatype already verifies POMs, and JReleaser's validator is not compatible with TOML or klib types.
374
artifactOverride {
375
artifactId = "version-catalog"
376
jar = false // Version catalogs don't produce a JAR
0 commit comments