Skip to content

Add sonatypeCentralSnapshots resolver as equivalent to sonatypeOssSnapshots #8153

@mkurz

Description

@mkurz

I just published a snapshot to the new central portal: https://central.sonatype.com/repository/maven-snapshots/ and this came up:

Just like we have the resolver

@deprecated("Use sonatypeOssSnapshots instead", "1.7.0")
val sonatypeSnapshots = Resolver.sonatypeRepo("snapshots")
val sonatypeOssSnapshots = Resolver.sonatypeOssRepos("snapshots")

shouldn't we add something like val sonatypeCentralSnapshots that points to https://central.sonatype.com/repository/maven-snapshots/? (or just val centralSnapshots like you did here?)

(The method is defined here btw)

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