Skip to content

Commit 3f73f12

Browse files
authored
Update sonatype snapshot repo location (#7411)
1 parent fe315a3 commit 3f73f12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Snapshots of the `main` branch are available as follows:
176176

177177
```groovy
178178
repositories {
179-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
179+
maven { url 'https://central.sonatype.com/repository/maven-snapshots/' }
180180
}
181181
182182
dependencies {
@@ -193,8 +193,8 @@ dependencies {
193193
<project>
194194
<repositories>
195195
<repository>
196-
<id>oss.sonatype.org-snapshot</id>
197-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
196+
<id>sonatype-snapshot-repository</id>
197+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
198198
</repository>
199199
</repositories>
200200
<dependencyManagement>

0 commit comments

Comments
 (0)