From 1bcbdf93dcef76e82abd66e70a625dfe2c3d5e0a Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Thu, 4 Oct 2018 21:03:15 +0300 Subject: [PATCH] [kotlin compiler][update] 1.3.0-rc-151 --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9c93bc17010..1f9cb679d4b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,9 +19,9 @@ buildKotlinVersion=1.3.0-rc-116 buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.0-rc-116,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-128,tag:kotlin-native,pinned:true/artifacts/content/maven -kotlinVersion=1.3.0-rc-128 -testKotlinVersion=1.3.0-rc-128 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.0-rc-151,tag:kotlin-native,pinned:true/artifacts/content/maven +kotlinVersion=1.3.0-rc-151 +testKotlinVersion=1.3.0-rc-151 konanVersion=0.9.4 org.gradle.jvmargs='-Dfile.encoding=UTF-8' org.gradle.workers.max=4