mirror of
https://github.com/gradle/actions.git
synced 2026-04-19 18:12:58 +08:00
Add Gradle provisioning for cache cleanup (self-contained)
Restore full Gradle provisioning in the legacy module with all functions copied locally. No cross-package imports from sources/src/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
"@actions/exec": "3.0.0",
|
||||
"@actions/github": "9.0.0",
|
||||
"@actions/glob": "0.6.1",
|
||||
"semver": "7.7.4"
|
||||
"@actions/http-client": "4.0.0",
|
||||
"@actions/tool-cache": "4.0.0",
|
||||
"semver": "7.7.4",
|
||||
"which": "6.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "0.27.4",
|
||||
|
||||
Reference in New Issue
Block a user