From 5e2ee857f999afa2af5948c63d03898a5ce2f009 Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 19 Dec 2024 10:03:18 +0200 Subject: [PATCH] Updated on 2026-08-14 --- ...ram_ci_gradle.properties => build_ci_gradle.properties} | 7 +++---- fastlane/Fastfile | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) rename ci_resources/{build_8gb_ram_ci_gradle.properties => build_ci_gradle.properties} (53%) diff --git a/ci_resources/build_8gb_ram_ci_gradle.properties b/ci_resources/build_ci_gradle.properties similarity index 53% rename from ci_resources/build_8gb_ram_ci_gradle.properties rename to ci_resources/build_ci_gradle.properties index 45c763f199..bb0256c8c4 100644 --- a/ci_resources/build_8gb_ram_ci_gradle.properties +++ b/ci_resources/build_ci_gradle.properties @@ -1,6 +1,6 @@ -org.gradle.jvmargs=-Xmx7g -XX:MaxMetaspaceSize=512m -XX:+UseParallelGC -XX:ParallelGCThreads=3 -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx7g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 org.gradle.parallel=true -org.gradle.workers.max=3 +org.gradle.workers.max=8 org.gradle.daemon=false org.gradle.unsafe.configuration-cache=false org.gradle.console=plain @@ -10,5 +10,4 @@ android.useAndroidX=true android.nonTransitiveRClass=false android.aapt2FromMavenOverride=/opt/android-sdk/build-tools/34.0.0/aapt2 -kotlin.incremental=false -kotlin.compiler.execution.strategy=in-process \ No newline at end of file +kotlin.incremental=true diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ae99cb68b7..78a8c03d08 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -87,7 +87,7 @@ platform :android do desc "Publish internal and external builds to Firebase App Distribution" lane :publishToFirebase do |options| - FileUtils.cp("../ci_resources/build_8gb_ram_ci_gradle.properties", "../gradle.properties") + FileUtils.cp("../ci_resources/build_ci_gradle.properties", "../gradle.properties") puts File.read("../gradle.properties") gradle(