File tree 5 files changed +6
-0
lines changed
5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ buildscript {
32
32
repositories {
33
33
mavenLocal()
34
34
maven { url " https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
35
+ maven { url " https://redirector.kotlinlang.org/maven/dev" }
35
36
}
36
37
}
37
38
@@ -44,6 +45,7 @@ plugins {
44
45
repositories {
45
46
if (build_snapshot_train) {
46
47
maven { url " https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
48
+ maven { url " https://redirector.kotlinlang.org/maven/dev" }
47
49
}
48
50
mavenLocal()
49
51
mavenCentral()
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ plugins {
5
5
repositories {
6
6
mavenCentral()
7
7
maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
8
+ maven(" https://redirector.kotlinlang.org/maven/dev" )
8
9
// Coroutines from the outer project are published by previous CI buils step
9
10
mavenLocal()
10
11
}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ val coroutines_version: String by project
8
8
repositories {
9
9
if (project.properties[" build_snapshot_train" ]?.toString()?.toBoolean() == true ) {
10
10
maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
11
+ maven(" https://redirector.kotlinlang.org/maven/dev" )
11
12
}
12
13
mavenLocal()
13
14
mavenCentral()
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pluginManagement {
3
3
mavenCentral()
4
4
maven { url " https://plugins.gradle.org/m2/" }
5
5
maven { url " https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
6
+ maven { url " https://redirector.kotlinlang.org/maven/dev" }
6
7
mavenLocal()
7
8
}
8
9
}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ plugins {
5
5
repositories {
6
6
mavenCentral()
7
7
maven { url " https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
8
+ maven { url " https://redirector.kotlinlang.org/maven/dev" }
8
9
// Coroutines from the outer project are published by previous CI buils step
9
10
mavenLocal()
10
11
}
You can’t perform that action at this time.
0 commit comments