Add kotlinStdlibTestsVersion to gradle.properties (#3387)

This commit is contained in:
SvyatoslavScherbina
2019-09-27 19:17:53 +03:00
committed by GitHub
parent aaf17d6679
commit 7daa36cc4d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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'
+1
View File
@@ -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'