Skip to content

Commit 6c5cbfc

Browse files
tbogdanovaJesusMcCloud
authored andcommitted
Add new kotlin-dev space repo url
1 parent cec8060 commit 6c5cbfc

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ repositories {
2424
maven("https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev")
2525
// kotlin-dev with space redirector
2626
maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
27+
maven("https://redirector.kotlinlang.org/maven/dev")
2728
// For Dokka that depends on kotlinx-html
2829
maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")
2930
// For local development
@@ -60,6 +61,7 @@ allprojects {
6061
repositories {
6162
mavenCentral()
6263
maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
64+
maven("https://redirector.kotlinlang.org/maven/dev")
6365
}
6466
}
6567

buildSrc/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ repositories {
2828

2929
// kotlin-dev with space redirector
3030
maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
31+
maven("https://redirector.kotlinlang.org/maven/dev")
3132

3233
maven("https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev")
3334
// For Dokka that depends on kotlinx-html

integration-test/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ plugins {
2121
repositories {
2222
mavenCentral()
2323
maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
24+
maven("https://redirector.kotlinlang.org/maven/dev")
2425
mavenLocal {
2526
mavenContent {
2627
snapshotsOnly()

integration-test/settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pluginManagement {
1818
mavenCentral()
1919
maven("https://plugins.gradle.org/m2/")
2020
maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
21+
maven("https://redirector.kotlinlang.org/maven/dev")
2122
mavenLocal()
2223
}
2324
}

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pluginManagement {
2626

2727
// kotlin-dev with space redirector
2828
maven("https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
29+
maven("https://redirector.kotlinlang.org/maven/dev")
2930

3031
maven("https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev")
3132
// For Dokka that depends on kotlinx-html

0 commit comments

Comments
 (0)