From d72e63334d38ada87040a3f19fd52dbe4337e4d9 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Mon, 1 Feb 2021 13:03:59 +0100 Subject: [PATCH] [kotlin compiler][update] 1.5.20-dev-60 * 509ed64917a - (tag: build-1.5.20-dev-60) KT-43686: Make kapt Gradle task cacheable across machines (2 hours ago) * 771600077ca - (tag: build-1.5.20-dev-53, origin/push/demiurg906/fir-identical-TC) [Test] Fail if there are changes in generated fir tree files in teamcity build (5 hours ago) * 297288e9848 - [Test] Don't generate new files in GeneratorsFileUtil in teamcity mode (5 hours ago) * 772ca2715c7 - [Test] Don't change testdata in FirIdenticalChecker in teamcity mode (5 hours ago) * 6265ac8c198 - (tag: build-1.5.20-dev-38, origin/rr/gorshenev/klib_evolution_master) Re-enabled disabled test (2 days ago) * 16b3fedcd4f - Created AbstractKlibBinaryCompatibilityTest and AbstractJsKlibBinaryCompatibilityTest A common test runner for klib binary compatibility tests and its js counterpart (2 days ago) * e7cf34a2a97 - (tag: build-1.5.20-dev-27) Workaround illegal access problem in daemon for JDK 17-ea (3 days ago) * f08733eb753 - CLI: suppress warning on JDK 9+ with illegal access to ResourceBundle (3 days ago) * 2ef4ca4e6e7 - CLI: do not pass -noverify to java process starting from JDK 13 (3 days ago) * 2bbe3db0411 - Update copyrights in CLI scripts (3 days ago) * 9f9c8e3d778 - (tag: build-1.5.20-dev-15) Mute stream api test on Android (3 days ago) * 21f022dec29 - (tag: build-1.5.20-dev-13) Add :kotlin-scripting-compiler.test to modules with disabled -Werror flag (3 days ago) * 021a63827d4 - (tag: build-1.5.20-dev-12) Add API version 1.5 to accepted values in MPP language settings (3 days ago) * 6a29097a8ca - Remove obsolete dependency for dx (3 days ago) * be9ef8f3c84 - Remove obsolete DxChecker (3 days ago) --- kotlin-native/gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kotlin-native/gradle.properties b/kotlin-native/gradle.properties index f7ec45389f1..a761ca9a076 100644 --- a/kotlin-native/gradle.properties +++ b/kotlin-native/gradle.properties @@ -18,12 +18,12 @@ buildKotlinVersion=1.5.0-dev-2205 buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.5.0-dev-2205,branch:default:any,pinned:true/artifacts/content/maven remoteRoot=konan_tests -kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.5.20-dev-7,branch:default:any,pinned:true/artifacts/content/maven -kotlinVersion=1.5.20-dev-7 -kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.5.20-dev-7,branch:default:any,pinned:true/artifacts/content/maven -kotlinStdlibVersion=1.5.20-dev-7 -kotlinStdlibTestsVersion=1.5.20-dev-7 -testKotlinCompilerVersion=1.5.20-dev-7 +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.5.20-dev-60,branch:default:any,pinned:true/artifacts/content/maven +kotlinVersion=1.5.20-dev-60 +kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.5.20-dev-60,branch:default:any,pinned:true/artifacts/content/maven +kotlinStdlibVersion=1.5.20-dev-60 +kotlinStdlibTestsVersion=1.5.20-dev-60 +testKotlinCompilerVersion=1.5.20-dev-60 konanVersion=1.5.0 # A version of Xcode required to build the Kotlin/Native compiler.