Unverified Commit e2f8d173 authored by Victor Kropp's avatar Victor Kropp Committed by GitHub

replace all remaining links to maven.pkg.jetbrains.space (#1167)

All public links are updated to
https://redirector.kotlinlang.org/maven/compose-dev
Internal buildSrc links to maven directly to avoid unnecessary redirects

Fixes SKIKO-1108
parent 3451c14e
...@@ -26,7 +26,7 @@ i.e. something like this ...@@ -26,7 +26,7 @@ i.e. something like this
```kotlin ```kotlin
repositories { repositories {
mavenCentral() mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://redirector.kotlinlang.org/maven/compose-dev")
} }
val osName = System.getProperty("os.name") val osName = System.getProperty("os.name")
......
...@@ -6,7 +6,7 @@ buildscript { ...@@ -6,7 +6,7 @@ buildscript {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://redirector.kotlinlang.org/maven/compose-dev")
} }
dependencies { dependencies {
...@@ -18,7 +18,7 @@ repositories { ...@@ -18,7 +18,7 @@ repositories {
mavenLocal() mavenLocal()
google() google()
mavenCentral() mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://redirector.kotlinlang.org/maven/compose-dev")
} }
plugins { plugins {
......
pluginManagement { pluginManagement {
repositories { repositories {
gradlePluginPortal() gradlePluginPortal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://redirector.kotlinlang.org/maven/compose-dev")
google() google()
} }
......
...@@ -8,7 +8,7 @@ plugins { ...@@ -8,7 +8,7 @@ plugins {
repositories { repositories {
mavenLocal() mavenLocal()
mavenCentral() mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://redirector.kotlinlang.org/maven/compose-dev")
} }
val osName = System.getProperty("os.name") val osName = System.getProperty("os.name")
......
...@@ -4,7 +4,7 @@ buildscript { ...@@ -4,7 +4,7 @@ buildscript {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://redirector.kotlinlang.org/maven/compose-dev")
} }
dependencies { dependencies {
...@@ -22,7 +22,7 @@ repositories { ...@@ -22,7 +22,7 @@ repositories {
google() google()
mavenCentral() mavenCentral()
mavenLocal() mavenLocal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://redirector.kotlinlang.org/maven/compose-dev")
} }
val osName = System.getProperty("os.name") val osName = System.getProperty("os.name")
......
...@@ -3,7 +3,7 @@ pluginManagement { ...@@ -3,7 +3,7 @@ pluginManagement {
mavenCentral() mavenCentral()
gradlePluginPortal() gradlePluginPortal()
google() google()
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev") maven("https://redirector.kotlinlang.org/maven/compose-dev")
} }
plugins { plugins {
......
...@@ -4,7 +4,7 @@ plugins { ...@@ -4,7 +4,7 @@ plugins {
repositories { repositories {
mavenCentral() mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven("https://redirector.kotlinlang.org/maven/compose-dev")
mavenLocal() mavenLocal()
} }
......
...@@ -7,14 +7,9 @@ pluginManagement { ...@@ -7,14 +7,9 @@ pluginManagement {
dependencyResolutionManagement { dependencyResolutionManagement {
repositories { repositories {
maven("https://maven.pkg.jetbrains.space/public/p/compose/internal") { maven("https://packages.jetbrains.team/maven/p/cmp/dev") {
content { content {
includeGroupByRegex("org.jetbrains.compose.internal.*") includeGroupByRegex("org.jetbrains.compose.internal.*")
}
}
maven("https://maven.pkg.jetbrains.space/public/p/space/maven") {
content {
includeModuleByRegex("org.jetbrains", ".*space.*") includeModuleByRegex("org.jetbrains", ".*space.*")
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment