Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch up to sonatype changes #615

Closed
rjrjr opened this issue Jan 4, 2022 · 0 comments · Fixed by #616
Closed

Catch up to sonatype changes #615

rjrjr opened this issue Jan 4, 2022 · 0 comments · Fixed by #616

Comments

@rjrjr
Copy link
Contributor

rjrjr commented Jan 4, 2022

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"
        }
    }
}
@rjrjr rjrjr added this to To do in Workflow Kotlin via automation Jan 4, 2022
@rjrjr rjrjr moved this from To do to In progress in Workflow Kotlin Jan 4, 2022
rjrjr added a commit that referenced this issue Jan 4, 2022
rjrjr added a commit that referenced this issue Jan 4, 2022
rjrjr added a commit that referenced this issue Jan 4, 2022
rjrjr added a commit that referenced this issue Jan 4, 2022
@rjrjr rjrjr moved this from In progress to Review in progress in Workflow Kotlin Jan 4, 2022
@rjrjr rjrjr closed this as completed in #616 Jan 5, 2022
Workflow Kotlin automation moved this from Review in progress to Done Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant