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