File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ buildscript {
47
47
if (usingSnapshotVersion) {
48
48
repositories {
49
49
mavenLocal()
50
+ maven(" https://redirector.kotlinlang.org/maven/dev" )
50
51
maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
51
52
}
52
53
}
@@ -58,9 +59,11 @@ plugins {
58
59
59
60
repositories {
60
61
if (extra[" using_snapshot_version" ] == true ) {
62
+ maven(" https://redirector.kotlinlang.org/maven/dev" )
61
63
maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
62
64
}
63
65
mavenLocal()
66
+ maven(" https://redirector.kotlinlang.org/maven/dev" )
64
67
mavenCentral()
65
68
}
66
69
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(" https://plugins.gradle.org/m2/" )
5
5
maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
6
+ maven(" https://redirector.kotlinlang.org/maven/dev" )
6
7
mavenLocal()
7
8
}
8
9
}
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ plugins {
11
11
repositories {
12
12
mavenCentral()
13
13
maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
14
+ maven(" https://redirector.kotlinlang.org/maven/dev" )
14
15
// Coroutines from the outer project are published by previous CI builds step
15
16
mavenLocal()
16
17
}
You can’t perform that action at this time.
0 commit comments