Explicitly specify repository for resolving tested version of artifacts

Currently, it implicitly relies on the space bootstrap repository
which can be changed when using a different bootstrap method
(e.g. from TeamCity build or from locally deployed artifacts).
This commit is contained in:
Ilya Gorbunov
2022-08-16 16:48:56 +02:00
committed by Space
parent 6f945aa2fc
commit 744896b571
@@ -11,6 +11,10 @@ val resolvedTestedVersion = if (isSnapshotTest) properties["defaultSnapshotVersi
//region Download and prepare classpath for specified tested version
repositories {
maven(url = "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap")
}
if (isSnapshotTest) {
repositories {
clear()