diff --git a/buildSrc/src/main/kotlin/Bootstrap.kt b/buildSrc/src/main/kotlin/Bootstrap.kt index 73d38a1b5d0..02a11c92173 100644 --- a/buildSrc/src/main/kotlin/Bootstrap.kt +++ b/buildSrc/src/main/kotlin/Bootstrap.kt @@ -47,9 +47,12 @@ sealed class BootstrapOption { } } - /** Get bootstrap from kotlin-dev bintray repo, where bootstraps are published */ + /** Get bootstrap from kotlin-dev bintray repo */ class BintrayDev(kotlinVersion: String) : Custom(kotlinVersion, "https://dl.bintray.com/kotlin/kotlin-dev") + /** Get bootstrap from kotlin-bootstrap bintray repo, where bootstraps are published */ + class BintrayBootstrap(kotlinVersion: String) : Custom(kotlinVersion, "https://dl.bintray.com/kotlin/kotlin-bootstrap") + /** Get bootstrap from teamcity maven artifacts of the specified build configuration * * [kotlinVersion] the version of maven artifacts