[kotlin compiler][update] 1.3.0-rc-51

This commit is contained in:
Vasily Levchenko
2018-09-19 17:34:08 +03:00
parent efb809be29
commit bddd6534a6
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ repositories {
dependencies { dependencies {
cli_bc project(path: ':backend.native', configuration: 'cli_bc') 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 { artifact {
name = 'internal/kotlin-test-data' name = 'internal/kotlin-test-data'
type = 'zip' type = 'zip'
+3 -2
View File
@@ -18,8 +18,9 @@
buildKotlinVersion=1.3.0-rc-6 buildKotlinVersion=1.3.0-rc-6
buildKotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev buildKotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev
remoteRoot=konan_tests remoteRoot=konan_tests
kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev testDataVersion=1226829:id
kotlinVersion=1.3.0-rc-46 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 testKotlinVersion=1.3.0-rc-52
konanVersion=0.9.2 konanVersion=0.9.2
org.gradle.jvmargs='-Dfile.encoding=UTF-8' org.gradle.jvmargs='-Dfile.encoding=UTF-8'