Skip to content

Commit 76fb52f

Browse files
authored
Update for new snapshots repo (#55)
<!-- readthedocs-preview incendocloud start --> ---- πŸ“š Documentation preview πŸ“š: https://incendocloud--55.org.readthedocs.build/en/55/ <!-- readthedocs-preview incendocloud end -->
1 parent ed64225 commit 76fb52f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€Ždocs/index.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ Development builds of Cloud are available on the Sonatype Snapshots Repository:
5252
```xml
5353
<repository>
5454
<id>sonatype-snapshots</id>
55-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
55+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
5656
</repository>
5757
```
5858

5959
=== "Gradle (Kotlin)"
6060

6161
```kotlin
62-
maven("https://oss.sonatype.org/content/repositories/snapshots/") {
62+
maven("https://central.sonatype.com/repository/maven-snapshots/") {
6363
name = "sonatype-snapshots"
6464
mavenContent {
6565
snapshotsOnly()
@@ -71,7 +71,7 @@ Development builds of Cloud are available on the Sonatype Snapshots Repository:
7171

7272
```groovy
7373
maven {
74-
url "https://oss.sonatype.org/content/repositories/snapshots/"
74+
url "https://central.sonatype.com/repository/maven-snapshots/"
7575
name "sonatype-snapshots"
7676
mavenContent {
7777
snapshotsOnly()

0 commit comments

Comments
Β (0)