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

This commit is contained in:
Vasily Levchenko
2018-09-27 21:07:28 +03:00
committed by Vasily Levchenko
parent 22aad2d17c
commit 43ef32b0f8
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -15,13 +15,13 @@
#
# A version of the Kotlin "toolchain" (compiler, runtime, stdlib etc) used by the build script.
buildKotlinVersion=1.3.0-rc-110
buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.0-rc-110,tag:kotlin-native,pinned:true/artifacts/content/maven
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-110,tag:kotlin-native,pinned:true/artifacts/content/maven
kotlinVersion=1.3.0-rc-110
testKotlinVersion=1.3.0-rc-110
kotlinCompilerRepo=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
kotlinVersion=1.3.0-rc-116
testKotlinVersion=1.3.0-rc-116
konanVersion=0.9.3
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.workers.max=4
@@ -79,8 +79,8 @@ dependencies {
bundleDependencies "org.jetbrains.kotlin:kotlin-native-shared:$konanVersion"
testImplementation 'junit:junit:4.12'
testImplementation "org.jetbrains.kotlin:kotlin-test:1.3.0-rc-6"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.3.0-rc-6"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.3.0-rc-116"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.3.0-rc-116"
testImplementation "org.tools4j:tools4j-spockito:1.6"
testImplementation('org.spockframework:spock-core:1.1-groovy-2.4') {
exclude module: 'groovy-all'