Skip to content

Commit 5933138

Browse files
committed
Disable slow pom checking
This is done by the Central Portal anyway during validation of the uploaded deployment.
1 parent 3316116 commit 5933138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/plugins/publishing/src/main/kotlin/junitbuild.maven-central-publishing.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jreleaser {
4141
applyMavenCentralRules = true
4242
sign = false
4343
checksums = false
44+
verifyPom = false
4445
namespace = "org.junit"
4546
stage = providers.gradleProperty("jreleaser.mavencentral.stage")
4647
.map(Stage::of)

0 commit comments

Comments
 (0)