Build: Add kotlin-bootstrap repository to bootstrap options

This commit is contained in:
Vyacheslav Gerasimov
2019-09-17 16:25:36 +03:00
parent dd85dcc1c7
commit b7ebe17fe0
+4 -1
View File
@@ -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