diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index 9a57f0fe36e..a57118bc17c 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -54,7 +54,7 @@ repositories { dependencies { cli_bc project(path: ':backend.native', configuration: 'cli_bc') - update_tests (group: 'org', name: 'Kotlin_dev_CompilerAllPlugins', version: testKotlinVersion) { + update_tests (group: 'org', name: 'Kotlin_13M2_CompilerAllPlugins', version: testKotlinVersion) { artifact { name = 'internal/kotlin-test-data' type = 'zip' diff --git a/gradle.properties b/gradle.properties index 7ca168fd005..2b92450e0a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,6 +21,6 @@ remoteRoot=konan_tests testDataVersion=1226829:id kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_13M2_CompilerAllPlugins),number:1.3-M2-eap-33,tag:kotlin-native,pinned:true/artifacts/content/maven kotlinVersion=1.3-M2-eap-33 -testKotlinVersion=1.2.70-dev-1327 +testKotlinVersion=1.3-M2-eap-33 konanVersion=0.9 org.gradle.jvmargs='-Dfile.encoding=UTF-8'