Skip to content

Commit 26129b9

Browse files
authored
chore(scripts): increase memory for kotlin release (#5309)
1 parent 9086e4d commit 26129b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,4 +718,4 @@ jobs:
718718
token: ${{ secrets.SLACK_BOT_TOKEN }}
719719
payload: |
720720
channel: ${{ secrets.SLACK_CHANNEL_ID }}
721-
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."
721+
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."

templates/kotlin/gradle.properties.mustache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ POM_ISSUE_URL=https://github.com/algolia/algoliasearch-client-kotlin/issues
2727
mavenCentralPublishing=true
2828
mavenCentralAutomaticPublishing=true
2929
signAllPublications=true
30+
kotlin.daemon.jvmargs=-Xmx4096m

0 commit comments

Comments
 (0)