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 @@ -48,6 +48,7 @@ buildscript {
4848 if (usingSnapshotVersion) {
4949 repositories {
5050 mavenLocal()
51+ maven(" https://redirector.kotlinlang.org/maven/dev" )
5152 maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
5253 }
5354 }
@@ -59,9 +60,11 @@ plugins {
5960
6061repositories {
6162 if (extra[" using_snapshot_version" ] == true ) {
63+ maven(" https://redirector.kotlinlang.org/maven/dev" )
6264 maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
6365 }
6466 mavenLocal()
67+ maven(" https://redirector.kotlinlang.org/maven/dev" )
6568 mavenCentral()
6669}
6770
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ plugins {
55repositories {
66 mavenCentral()
77 maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
8+ maven(" https://redirector.kotlinlang.org/maven/dev" )
89 // Coroutines from the outer project are published by previous CI buils step
910 mavenLocal()
1011}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ val coroutines_version: String by project
88repositories {
99 if (project.properties[" build_snapshot_train" ]?.toString()?.toBoolean() == true ) {
1010 maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
11+ maven(" https://redirector.kotlinlang.org/maven/dev" )
1112 }
1213 mavenLocal()
1314 mavenCentral()
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pluginManagement {
33 mavenCentral()
44 maven(" https://plugins.gradle.org/m2/" )
55 maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
6+ maven(" https://redirector.kotlinlang.org/maven/dev" )
67 mavenLocal()
78 }
89}
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ plugins {
1111repositories {
1212 mavenCentral()
1313 maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
14+ maven(" https://redirector.kotlinlang.org/maven/dev" )
1415 // Coroutines from the outer project are published by previous CI builds step
1516 mavenLocal()
1617}
You can’t perform that action at this time.
0 commit comments