Skip to content

Catch up to sonatype changes #615

@rjrjr

Description

@rjrjr

We've moved from oss.sonatype.org to s01.oss.sonatype.org. Need to reconfigure, and update RELEASING.md.

If using Gradle:

repositories {
  mavenCentral()
  maven {
    url 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
  }
}

If using the gradle-maven-publish-plugin plugin, you need a special config:

allprojects {
    plugins.withId("com.vanniktech.maven.publish") {
        mavenPublish {
            sonatypeHost = "S01"
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions