File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7878
7979# Changelog
8080## [ Unreleased]
81+ ### Changed
82+ - Bump sonatype URLs now that [ the old ones are dead] ( https://github.com/diffplug/spotless/pull/2539 ) .
8183
8284## [ 9.0.3] - 2025-06-27
8385### Changed
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ if (project.parent == null) {
2828 nexusPublishing {
2929 repositories {
3030 sonatype {
31- nexusUrl. set(uri(" https://s01.oss .sonatype.org /service/local/" ))
32- snapshotRepositoryUrl. set(uri(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ))
31+ nexusUrl. set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
32+ snapshotRepositoryUrl. set(uri(" https://central. sonatype.com/repository/maven- snapshots/" ))
3333 username = nexus_user
3434 password = nexus_pass
3535 }
You can’t perform that action at this time.
0 commit comments