Skip to content

Commit e235eba

Browse files
author
ntwigg
committed
Update to new "central portal" urls.
1 parent 929c597 commit e235eba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
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

src/main/resources/base/sonatype.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)