Replace bintray bootstrap with space bootstrap repo
This commit is contained in:
@@ -69,9 +69,9 @@ sealed class BootstrapOption {
|
||||
class BintrayDev(kotlinVersion: String, cacheRedirector: Boolean = false) :
|
||||
Custom(kotlinVersion, "https://dl.bintray.com/kotlin/kotlin-dev", cacheRedirector)
|
||||
|
||||
/** Get bootstrap from kotlin-bootstrap bintray repo, where bootstraps are published */
|
||||
/** Get bootstrap from kotlin bootstrap space repo, where bootstraps are published */
|
||||
class BintrayBootstrap(kotlinVersion: String, cacheRedirector: Boolean = false) :
|
||||
Custom(kotlinVersion, "https://dl.bintray.com/kotlin/kotlin-bootstrap", cacheRedirector)
|
||||
Custom(kotlinVersion, "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap", cacheRedirector)
|
||||
|
||||
/** Get bootstrap from teamcity maven artifacts of the specified build configuration
|
||||
*
|
||||
|
||||
@@ -51,6 +51,9 @@ val mirroredUrls = listOf(
|
||||
"https://jetbrains.bintray.com/test-discovery",
|
||||
"https://jetbrains.bintray.com/wormhole",
|
||||
"https://jitpack.io",
|
||||
"https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev",
|
||||
"https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap",
|
||||
"https://maven.pkg.jetbrains.space/kotlin/p/kotlin/eap",
|
||||
"https://kotlin.bintray.com/dukat",
|
||||
"https://kotlin.bintray.com/kotlin-dependencies",
|
||||
"https://oss.sonatype.org/content/repositories/releases",
|
||||
|
||||
Reference in New Issue
Block a user