mirror of
https://github.com/gradle/actions.git
synced 2026-07-27 14:44:31 +02:00
## What's Changed > [!IMPORTANT] > **Cache invalidation:** The cache protocol version has been bumped to `v2`, invalidating all cache entries written by earlier releases. The first build after upgrading will not find existing caches and will repopulate them from scratch. ### Improvements * **Consistent cache-entry names in reports** — every extracted cache entry now has a single, unique name reported identically on both restore and save. Previously the restore report could show a raw glob pattern (e.g. `caches/modules-*/files-*/*/*/*/*/`) instead of a friendly name like `dependencies`. Bundled entries are named by artifact type, per-file entries by their Gradle-User-Home-relative path, and per-project entries by `project-<rootProjectName>`.
9 lines
201 B
JSON
9 lines
201 B
JSON
{
|
|
"name": "gradle-actions-caching",
|
|
"version": "0.9.0",
|
|
"type": "module",
|
|
"main": "./index.js",
|
|
"types": "./index.d.ts",
|
|
"license": "Gradle Inc",
|
|
"_note": "VENDORED BUILD - DO NOT EDIT"
|
|
} |