File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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()
You canβt perform that action at this time.
0 commit comments