Skip to content

Commit 5078071

Browse files
committed
fix url
1 parent c5d7bc8 commit 5078071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jreleaser {
203203
mavenCentral {
204204
create("sonatype") {
205205
active.set(org.jreleaser.model.Active.ALWAYS)
206-
url.set("https://central.sonatype.com")
206+
url.set("https://central.sonatype.com/api/v1/publisher")
207207
stagingRepositories.add("build/staging-deploy")
208208
}
209209
}

0 commit comments

Comments
 (0)