mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-10 01:32:26 +08:00
Add experimental support for cache-cleanup
- Includes basic implementation as `CacheCleaner` - Integration test that checks unused files are removed: - Downloaded dependencies - Local build cache entries - Wrapper distributions
This commit is contained in:
8
test/jest/resources/cache-cleanup/.gitignore
vendored
Normal file
8
test/jest/resources/cache-cleanup/.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# Ignore Gradle project-specific cache directory
|
||||
.gradle
|
||||
|
||||
# Ignore Gradle build output directory
|
||||
build
|
||||
|
||||
HOME
|
||||
tmp
|
Reference in New Issue
Block a user