File tree Expand file tree Collapse file tree 5 files changed +1
-24
lines changed Expand file tree Collapse file tree 5 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,7 @@ plugins {
21
21
22
22
repositories {
23
23
mavenCentral()
24
- maven(" https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev" )
25
- // kotlin-dev with space redirector
26
- maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
27
24
maven(" https://redirector.kotlinlang.org/maven/dev" )
28
- // For Dokka that depends on kotlinx-html
29
- maven(" https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" )
30
- // For local development
31
- mavenLocal()
32
25
}
33
26
34
27
// == common projects settings setup
@@ -60,7 +53,6 @@ allprojects {
60
53
}
61
54
repositories {
62
55
mavenCentral()
63
- maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
64
56
maven(" https://redirector.kotlinlang.org/maven/dev" )
65
57
}
66
58
}
Original file line number Diff line number Diff line change @@ -26,16 +26,8 @@ repositories {
26
26
maven(" https://oss.sonatype.org/content/repositories/snapshots" )
27
27
}
28
28
29
- // kotlin-dev with space redirector
30
- maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
31
- maven(" https://redirector.kotlinlang.org/maven/dev" )
32
-
33
- maven(" https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev" )
34
- // For Dokka that depends on kotlinx-html
35
- maven(" https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" )
36
-
37
29
mavenCentral()
38
- mavenLocal( )
30
+ maven( " https://redirector.kotlinlang.org/maven/dev " )
39
31
}
40
32
41
33
kotlin {
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ plugins {
20
20
21
21
repositories {
22
22
mavenCentral()
23
- maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
24
23
maven(" https://redirector.kotlinlang.org/maven/dev" )
25
24
mavenLocal {
26
25
mavenContent {
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ pluginManagement {
17
17
repositories {
18
18
mavenCentral()
19
19
maven(" https://plugins.gradle.org/m2/" )
20
- maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
21
20
maven(" https://redirector.kotlinlang.org/maven/dev" )
22
21
mavenLocal()
23
22
}
Original file line number Diff line number Diff line change @@ -25,13 +25,8 @@ pluginManagement {
25
25
}
26
26
27
27
// kotlin-dev with space redirector
28
- maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
29
28
maven(" https://redirector.kotlinlang.org/maven/dev" )
30
29
31
- maven(" https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev" )
32
- // For Dokka that depends on kotlinx-html
33
- maven(" https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" )
34
-
35
30
gradlePluginPortal()
36
31
mavenCentral()
37
32
mavenLocal()
You can’t perform that action at this time.
0 commit comments