From 9ddfedca770270056ea073424b7a1c5b97d3aca8 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Thu, 27 Sep 2018 18:48:37 +0300 Subject: [PATCH] [kotlin compiler][update] 1.3.0-rc-110 (#2147) --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index c3a0abf3c85..bbc5dd5992d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,13 +15,13 @@ # # A version of the Kotlin "toolchain" (compiler, runtime, stdlib etc) used by the build script. -buildKotlinVersion=1.3.0-rc-6 -buildKotlinCompilerRepo=https://dl.bintray.com/kotlin/kotlin-dev +buildKotlinVersion=1.3.0-rc-110 +buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.0-rc-110,tag:kotlin-native,pinned:true/artifacts/content/maven remoteRoot=konan_tests testDataVersion=1226829:id -kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.0-rc-68,tag:kotlin-native,pinned:true/artifacts/content/maven -kotlinVersion=1.3.0-rc-68 -testKotlinVersion=1.3.0-rc-100 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.0-rc-110,tag:kotlin-native,pinned:true/artifacts/content/maven +kotlinVersion=1.3.0-rc-110 +testKotlinVersion=1.3.0-rc-110 konanVersion=0.9.3 org.gradle.jvmargs='-Dfile.encoding=UTF-8' org.gradle.workers.max=4