diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index 02a1d926379..c93fd68a8df 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -43,7 +43,7 @@ repositories { dependencies { cli_bc project(path: ':backend.native', configuration: 'cli_bc') - update_tests (group: 'org', name: 'Kotlin_130_Compiler', version: testKotlinVersion) { + update_tests (group: 'org', name: 'Kotlin_130_CompilerAllPlugins', version: testKotlinVersion) { artifact { name = 'internal/kotlin-test-data' type = 'zip' diff --git a/gradle.properties b/gradle.properties index 325421ecbf0..4750eb77857 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,8 +18,9 @@ buildKotlinVersion=1.3.0-rc-6 buildKotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev remoteRoot=konan_tests -kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev -kotlinVersion=1.3.0-rc-46 +testDataVersion=1226829:id +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.0-rc-51,tag:kotlin-native,pinned:true/artifacts/content/maven +kotlinVersion=1.3.0-rc-51 testKotlinVersion=1.3.0-rc-52 konanVersion=0.9.2 org.gradle.jvmargs='-Dfile.encoding=UTF-8'