-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
OSSRH is shutting down June 30th.
Notice from Sonatype's documentation:
Migration Required
If you are currently publishing via OSSRH, you will have to migrate to the Central Publisher Portal in order to utilize this service.
the Gradle built-in maven-publish plugin might be configured as
// ...
repositories {
maven {
name = "ossrh-staging-api"
url = uri("https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/")
}
}
// ...For some reason, Sonatype forces you to use their manual endpoint service too.
EDIT: I haven't figured out how to push a repo to Central yet. I'm hoping to copy your technique if you figure it out first.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels