Skip to content

Commit 4026d1b

Browse files
tbogdanovawoainikk
authored andcommitted
Add new kotlin-dev repo url
1 parent 18baee3 commit 4026d1b

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

integration-testing/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ buildscript {
4747
if (usingSnapshotVersion) {
4848
repositories {
4949
mavenLocal()
50+
maven("https://redirector.kotlinlang.org/maven/dev")
5051
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
5152
}
5253
}
@@ -58,9 +59,11 @@ plugins {
5859

5960
repositories {
6061
if (extra["using_snapshot_version"] == true) {
62+
maven("https://redirector.kotlinlang.org/maven/dev")
6163
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev")
6264
}
6365
mavenLocal()
66+
maven("https://redirector.kotlinlang.org/maven/dev")
6467
mavenCentral()
6568
}
6669

integration-testing/java8Test/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55
repositories {
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
}

integration-testing/jpmsTest/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ val coroutines_version: String by project
88
repositories {
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()

integration-testing/settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

integration-testing/smokeTest/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ plugins {
1111
repositories {
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
}

0 commit comments

Comments
 (0)