Build: Add kotlin-bootstrap repository to bootstrap options
This commit is contained in:
@@ -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")
|
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
|
/** Get bootstrap from teamcity maven artifacts of the specified build configuration
|
||||||
*
|
*
|
||||||
* [kotlinVersion] the version of maven artifacts
|
* [kotlinVersion] the version of maven artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user