From b7cfdd74d61094511111b2ce0d544e86046b5819 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Tue, 10 Sep 2019 12:41:24 +0300 Subject: [PATCH] [kotlin compiler][update] 1.3.60-dev-2038 * 89d49479aba - (tag: build-1.3.60-dev-2038) [util-io][properties] close file stream after save property operation ends. (15 hours ago) * cc40387788f - (tag: build-1.3.60-dev-2030) YarnSetupTask: Remove a too coarse "onlyIf" in the "init" block (20 hours ago) * 85ff979bd40 - (tag: build-1.3.60-dev-2023) Use `PARTIAL` mode in analyzer to provide lambda return value hints (21 hours ago) * d253cd50321 - (tag: build-1.3.60-dev-2018) Ignore external annotations in AbstractResolveByStubTest (KT-33732) (22 hours ago) * 80b5c76d98c - Minor: fix warnings in AbstractResolveByStubTest (22 hours ago) --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index f54330c4927..a6f37823bb4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,10 +18,10 @@ buildKotlinVersion=1.3.60-dev-1210 buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-1210,branch:default:any,pinned:true/artifacts/content/maven remoteRoot=konan_tests -kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-2011,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.3.60-dev-2011 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-2011,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.3.60-dev-2011 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-2038,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.3.60-dev-2038 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.60-dev-2038,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.3.60-dev-2038 testKotlinCompilerVersion=1.3.60-dev-1210 konanVersion=1.3.60 org.gradle.jvmargs='-Dfile.encoding=UTF-8'