[kotlin compiler][update] 1.3.0-rc-51
This commit is contained in:
@@ -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
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user