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:
@@ -11,6 +11,10 @@ val resolvedTestedVersion = if (isSnapshotTest) properties["defaultSnapshotVersi
|
|||||||
|
|
||||||
//region Download and prepare classpath for specified tested version
|
//region Download and prepare classpath for specified tested version
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
maven(url = "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap")
|
||||||
|
}
|
||||||
|
|
||||||
if (isSnapshotTest) {
|
if (isSnapshotTest) {
|
||||||
repositories {
|
repositories {
|
||||||
clear()
|
clear()
|
||||||
|
|||||||
Reference in New Issue
Block a user