From b7ebe17fe0af047d9347a7d21d49386aaa5e9184 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Tue, 17 Sep 2019 16:25:36 +0300 Subject: [PATCH] Build: Add kotlin-bootstrap repository to bootstrap options --- buildSrc/src/main/kotlin/Bootstrap.kt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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