Fix import for JPS build of Kotlin repo
Changed link of configuration on TC for getting artifacts from "Compiler Dist (202) and Maven Artifacts" to "Kotlin / Kotlin Public / Aggregate"
This commit is contained in:
@@ -19,7 +19,7 @@ var Project.bootstrapKotlinRepo: String?
|
||||
|
||||
@Deprecated("Obsolete, use internalBootstrapRepo instead.")
|
||||
val Project.internalKotlinRepo: String?
|
||||
get() = "https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:$bootstrapKotlinVersion," +
|
||||
get() = "https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Aggregate),number:$bootstrapKotlinVersion," +
|
||||
"branch:default:any/artifacts/content/internal/repo"
|
||||
|
||||
fun Project.kotlinBootstrapFrom(defaultSource: BootstrapOption) {
|
||||
|
||||
Reference in New Issue
Block a user