Skip to content

Commit de92702

Browse files
snpefkSpace Team
authored and
Space Team
committed
Replace bootstrap repository links
#KTI-2255
1 parent 9307e8b commit de92702

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

ReadMe.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ Keep in mind:
143143

144144
We publish `-dev` versions frequently.
145145

146-
For `-dev` versions you can use the [list of available versions](https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap/org/jetbrains/kotlin/kotlin-compiler/maven-metadata.xml) and include this maven repository:
146+
For `-dev` versions you can use the [list of available versions](https://redirector.kotlinlang.org/maven/bootstrap/org/jetbrains/kotlin/kotlin-compiler/maven-metadata.xml) and include this maven repository:
147147

148148
```kotlin
149-
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap")
149+
maven("https://redirector.kotlinlang.org/maven/bootstrap")
150150
```
151151

152152
# License

gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ kotlinApiVersionForProjectsUsedInIntelliJKotlinPlugin=2.1
4040
kotlin.build.gradlePlugin.version=0.0.40
4141

4242
#maven.repository.mirror=http://repository.jetbrains.com/remote-repos/
43-
#bootstrap.kotlin.repo=https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap
4443
#bootstrap.kotlin.version=1.1.50-dev-1451
4544
bootstrap.kotlin.default.version=2.2.0-dev-15683
4645

libraries/tools/kotlin-gradle-plugin-idea-for-compatibility-tests/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
mavenCentral()
1818
}
1919

20-
maven(url = "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap")
20+
maven(url = "https://redirector.kotlinlang.org/maven/bootstrap")
2121
maven(url = "https://redirector.kotlinlang.org/maven/kotlin-ide-plugin-dependencies")
2222
}
2323

repo/scripts/kotlin-bootstrap.settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ when {
282282
}
283283
else -> {
284284
val bootstrapVersion = defaultBootstrapVersion.get()
285-
val bootstrapRepo = "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap"
285+
val bootstrapRepo = "https://redirector.kotlinlang.org/maven/bootstrap"
286286

287287
applyBootstrapConfiguration(
288288
bootstrapVersion,

0 commit comments

Comments
 (0)