Skip to content

chore: remove deprecated sonatypeOssRepo #32752

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

Merged
merged 2 commits into from
Jun 30, 2025
Merged

Conversation

leviramsey
Copy link
Contributor

That repo will be shut down in a few days, replaced with (per the annotation in sbt) Resolver.sonatypeCentralSnapshots

@leviramsey leviramsey changed the title switch from deprecated sonatypeOssRepo chore: switch from deprecated sonatypeOssRepo Jun 26, 2025
@@ -87,7 +87,7 @@ object AkkaBuild {
else Seq.empty,
// should we be allowed to use artifacts from sonatype snapshots
if (System.getProperty("akka.build.useSnapshotSonatypeResolver", "false").toBoolean)
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
resolvers += Resolver.sonatypeCentralSnapshots
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is probably a leftover from when we published snapshot to sonatype. I can't imagine that we need this any more. Remove it all together.

@leviramsey leviramsey changed the title chore: switch from deprecated sonatypeOssRepo chore: remove deprecated sonatypeOssRepo Jun 27, 2025
Copy link
Contributor

@patriknw patriknw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@johanandren johanandren reopened this Jun 30, 2025
@johanandren johanandren merged commit 9cc3abe into akka:main Jun 30, 2025
9 of 13 checks passed
@leviramsey leviramsey deleted the resolution branch July 1, 2025 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants