Skip to content

Commit f1f8e40

Browse files
committed
Apply Maven Central validation rules to sonatype release deployer
1 parent 1e5462e commit f1f8e40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jreleaser {
129129
mavenCentral.create("sonatype") {
130130
active.set(Active.RELEASE)
131131
url.set("https://central.sonatype.com/api/v1/publisher")
132+
applyMavenCentralRules.set(true)
132133
stagingRepositories.add(layout.buildDirectory.dir("staging-deploy").get().asFile.absolutePath)
133134
}
134135
nexus2.create("snapshots") {

0 commit comments

Comments
 (0)