Add kotlinStdlibTestsVersion to gradle.properties (#3387)
This commit is contained in:
committed by
GitHub
parent
aaf17d6679
commit
7daa36cc4d
@@ -63,7 +63,7 @@ dependencies {
|
||||
type = 'zip'
|
||||
}
|
||||
}
|
||||
update_stdlib_tests (group: 'org', name: 'Kotlin_dev_Compiler', version: kotlinStdlibVersion) {
|
||||
update_stdlib_tests (group: 'org', name: 'Kotlin_dev_Compiler', version: kotlinStdlibTestsVersion) {
|
||||
artifact {
|
||||
name = 'internal/kotlin-stdlib-tests'
|
||||
type = 'zip'
|
||||
|
||||
@@ -22,6 +22,7 @@ kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buil
|
||||
kotlinVersion=1.3.60-dev-2497
|
||||
kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-2497,branch:default:any,pinned:true/artifacts/content/maven
|
||||
kotlinStdlibVersion=1.3.60-dev-2497
|
||||
kotlinStdlibTestsVersion=1.3.60-dev-2497
|
||||
testKotlinCompilerVersion=1.3.60-dev-1210
|
||||
konanVersion=1.3.60
|
||||
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
|
||||
|
||||
Reference in New Issue
Block a user