{"id":20187362,"url":"https://github.com/bitrise-steplib/bitrise-step-save-gradle-cache","last_synced_at":"2026-05-20T11:01:26.033Z","repository":{"id":143121213,"uuid":"544868393","full_name":"bitrise-steplib/bitrise-step-save-gradle-cache","owner":"bitrise-steplib","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-19T10:42:28.000Z","size":883,"stargazers_count":1,"open_issues_count":4,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-19T12:32:09.219Z","etag":null,"topics":["bitrise","bitrise-step","ci","production-code"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitrise-steplib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-03T11:25:56.000Z","updated_at":"2026-05-19T10:39:36.000Z","dependencies_parsed_at":"2024-02-05T11:07:50.275Z","dependency_job_id":"320ca66f-329e-4b37-bafd-1db3a88711f7","html_url":"https://github.com/bitrise-steplib/bitrise-step-save-gradle-cache","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/bitrise-steplib/bitrise-step-save-gradle-cache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitrise-steplib%2Fbitrise-step-save-gradle-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitrise-steplib%2Fbitrise-step-save-gradle-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitrise-steplib%2Fbitrise-step-save-gradle-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitrise-steplib%2Fbitrise-step-save-gradle-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitrise-steplib","download_url":"https://codeload.github.com/bitrise-steplib/bitrise-step-save-gradle-cache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitrise-steplib%2Fbitrise-step-save-gradle-cache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33256439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T04:48:54.280Z","status":"ssl_error","status_checked_at":"2026-05-20T04:48:10.851Z","response_time":356,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitrise","bitrise-step","ci","production-code"],"created_at":"2024-11-14T03:23:16.873Z","updated_at":"2026-05-20T11:01:26.015Z","avatar_url":"https://github.com/bitrise-steplib.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Save Gradle Cache\n\n[![Step changelog](https://shields.io/github/v/release/bitrise-steplib/bitrise-step-save-gradle-cache?include_prereleases\u0026label=changelog\u0026color=blueviolet)](https://github.com/bitrise-steplib/bitrise-step-save-gradle-cache/releases)\n\nSaves Gradle caches. This Step needs to be used in combination with **Restore Gradle Cache**.\n\n\u003cdetails\u003e\n\u003csummary\u003eDescription\u003c/summary\u003e\n\nSaves Gradle dependency caches. This Step needs to be used in combination with **Restore Gradle Cache**.\n\nThis Step is based on [key-based caching](https://devcenter.bitrise.io/en/builds/caching/key-based-caching.html) and sets up the cache key and path automatically for Gradle. If you'd like to change the cache key (or paths to cache), you might want to use the generic [Save cache](https://github.com/bitrise-steplib/bitrise-step-save-cache) Step instead.\n\n#### Related steps\n\n[Restore Gradle cache](https://github.com/bitrise-steplib/bitrise-step-restore-gradle-cache/)\n\n[Save cache](https://github.com/bitrise-steplib/bitrise-step-save-cache/)\n\n\u003c/details\u003e\n\n## 🧩 Get started\n\nAdd this step directly to your workflow in the [Bitrise Workflow Editor](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/steps/adding-steps-to-a-workflow.html).\n\nYou can also run this step directly with [Bitrise CLI](https://github.com/bitrise-io/bitrise).\n\n### Examples\n\nCheck out [Workflow Recipes](https://github.com/bitrise-io/workflow-recipes#-key-based-caching-beta) for other platform-specific examples!\n\n#### Minimal example\n```yaml\nsteps:\n- restore-gradle-cache@1: {}\n- android-build@1: {}\n- save-gradle-cache@1: {}\n```\n\n\n## ⚙️ Configuration\n\n\u003cdetails\u003e\n\u003csummary\u003eInputs\u003c/summary\u003e\n\n| Key | Description | Flags | Default |\n| --- | --- | --- | --- |\n| `verbose` | Enable logging additional information for troubleshooting | required | `false` |\n| `compression_level` | Zstd compression level to control speed / archive size. Set to 1 for fastest option. Valid values are between 1 and 19. Defaults to 3. |  | `3` |\n| `save_transforms` | Save transformed classes and resources under `$HOME/.gradle/caches/**/transforms` | required | `false` |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eOutputs\u003c/summary\u003e\nThere are no outputs defined in this step\n\u003c/details\u003e\n\n## 🙋 Contributing\n\nWe welcome [pull requests](https://github.com/bitrise-steplib/bitrise-step-save-gradle-cache/pulls) and [issues](https://github.com/bitrise-steplib/bitrise-step-save-gradle-cache/issues) against this repository.\n\nFor pull requests, work on your changes in a forked repository and use the Bitrise CLI to [run step tests locally](https://docs.bitrise.io/en/bitrise-ci/bitrise-cli/running-your-first-local-build-with-the-cli.html).\n\n**Note:** this step's end-to-end tests (defined in `e2e/bitrise.yml`) are working with secrets which are intentionally not stored in this repo. External contributors won't be able to run those tests. Don't worry, if you open a PR with your contribution, we will help with running tests and make sure that they pass.\n\n\nLearn more about developing steps:\n\n- [Create your own step](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/developing-your-own-bitrise-step/developing-a-new-step.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitrise-steplib%2Fbitrise-step-save-gradle-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitrise-steplib%2Fbitrise-step-save-gradle-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitrise-steplib%2Fbitrise-step-save-gradle-cache/lists"}