From 84504f9a30d994cc7459c6e5b6c6209fe0c8e7c6 Mon Sep 17 00:00:00 2001 From: Pierre Millot Date: Wed, 3 Sep 2025 13:37:58 +0200 Subject: [PATCH] chore(scripts): increase memory for kotlin release --- .github/workflows/check.yml | 2 +- templates/kotlin/gradle.properties.mustache | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3e0f2cc5340..3aa3e9fb042 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -718,4 +718,4 @@ jobs: token: ${{ secrets.SLACK_BOT_TOKEN }} payload: | channel: ${{ secrets.SLACK_CHANNEL_ID }} - text: ":alert: Some clients failed to release :alert: \n${{ steps.waitForAllReleases.outputs.FAILED_RELEASES }}\nYou can retry the CI jobs to release them again, it will not affect already released clients." + text: ":alert: Some clients failed to release :alert: \n**${{ steps.waitForAllReleases.outputs.FAILED_RELEASES }}**\n\nYou can retry the CI jobs to release them again, it will not affect already released clients." diff --git a/templates/kotlin/gradle.properties.mustache b/templates/kotlin/gradle.properties.mustache index b9af3e6c564..59f09ec0a6d 100644 --- a/templates/kotlin/gradle.properties.mustache +++ b/templates/kotlin/gradle.properties.mustache @@ -27,3 +27,4 @@ POM_ISSUE_URL=https://github.com/algolia/algoliasearch-client-kotlin/issues mavenCentralPublishing=true mavenCentralAutomaticPublishing=true signAllPublications=true +kotlin.daemon.jvmargs=-Xmx4096m