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:
Daz DeBoer
2026-04-01 14:20:34 -06:00
parent 0ea104b0b8
commit 09a8521010
4 changed files with 204 additions and 67 deletions
+4 -1
View File
@@ -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",