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:
Aleksei.Cherepanov
2021-06-07 12:03:40 +03:00
parent 2653565f56
commit 35c067b215
6 changed files with 6 additions and 6 deletions
@@ -9,7 +9,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
}
repositories {
maven("https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.2.60-dev-286,branch:(default:any)/artifacts/content/maven")
maven("https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Aggregate),number:1.2.60-dev-286,branch:(default:any)/artifacts/content/maven")
mavenCentral()
}
val compileKotlin: KotlinCompile by tasks
@@ -9,7 +9,7 @@ dependencies {
implementation(kotlin("stdlib-jdk8"))
}
repositories {
maven("https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.2.60-dev-286,branch:(default:any)/artifacts/content/maven")
maven("https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Aggregate),number:1.2.60-dev-286,branch:(default:any)/artifacts/content/maven")
mavenCentral()
}
val compileKotlin: KotlinCompile by tasks
@@ -4,7 +4,7 @@ plugins {
group 'testgroup'
version '1.0-SNAPSHOT'
repositories {
maven { url 'https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.2.60-dev-286,branch:(default:any)/artifacts/content/maven' }
maven { url 'https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Aggregate),number:1.2.60-dev-286,branch:(default:any)/artifacts/content/maven' }
mavenCentral()
}
dependencies {