From 294658bf2f3dbb6dafb236880027b1af11cf4067 Mon Sep 17 00:00:00 2001 From: Jiaxiang Chen Date: Mon, 13 Mar 2023 19:33:45 -0700 Subject: [PATCH] UPDATE_KOTLIN_VERSION: 1.8.20-RC --- gradle.properties | 2 +- integration-tests/src/test/resources/hmpp/gradle.properties | 3 ++- integration-tests/src/test/resources/kmp/gradle.properties | 3 ++- .../src/test/resources/playground/gradle.properties | 2 +- settings.gradle.kts | 1 - 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6bd0b2c112..18ea035569 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Copied from kotlinc org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx2200m -Dfile.encoding=UTF-8 -kotlinBaseVersion=1.9.0-dev-877 +kotlinBaseVersion=1.8.20-RC agpBaseVersion=7.0.0 intellijVersion=203.8084.24 junitVersion=4.12 diff --git a/integration-tests/src/test/resources/hmpp/gradle.properties b/integration-tests/src/test/resources/hmpp/gradle.properties index 4a9594aeec..a18cac67d1 100644 --- a/integration-tests/src/test/resources/hmpp/gradle.properties +++ b/integration-tests/src/test/resources/hmpp/gradle.properties @@ -1 +1,2 @@ -org.gradle.jvmargs=-Xmx2048M \ No newline at end of file +org.gradle.jvmargs=-Xmx2048M +org.gradle.unsafe.configuration-cache.max-problems=5000 \ No newline at end of file diff --git a/integration-tests/src/test/resources/kmp/gradle.properties b/integration-tests/src/test/resources/kmp/gradle.properties index 4a9594aeec..a18cac67d1 100644 --- a/integration-tests/src/test/resources/kmp/gradle.properties +++ b/integration-tests/src/test/resources/kmp/gradle.properties @@ -1 +1,2 @@ -org.gradle.jvmargs=-Xmx2048M \ No newline at end of file +org.gradle.jvmargs=-Xmx2048M +org.gradle.unsafe.configuration-cache.max-problems=5000 \ No newline at end of file diff --git a/integration-tests/src/test/resources/playground/gradle.properties b/integration-tests/src/test/resources/playground/gradle.properties index 3baf82ef23..b21575eafc 100644 --- a/integration-tests/src/test/resources/playground/gradle.properties +++ b/integration-tests/src/test/resources/playground/gradle.properties @@ -1,2 +1,2 @@ org.gradle.jvmargs=-Xmx4096M -XX:MaxMetaspaceSize=1024m -kotlin.daemon.jvmargs=-Xmx4096M -XX:MaxMetaspaceSize=1024m \ No newline at end of file +org.gradle.unsafe.configuration-cache.max-problems=5000 \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index 621dc738ec..68f7e50559 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -16,4 +16,3 @@ include("compiler-plugin") include("symbol-processing") include("symbol-processing-cmdline") include("integration-tests") -include("kotlin-analysis-api")