Update external tests to 1.3-M2-eap-33

This commit is contained in:
Svyatoslav Scherbina
2018-08-21 12:44:09 +03:00
committed by SvyatoslavScherbina
parent 49a32e92c1
commit 5e054de4c3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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'