mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-01 20:38:34 +02: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:
parent
ef638c00fd
commit
915123c493
14 changed files with 522 additions and 1 deletions
6
test/jest/resources/cache-cleanup/.gitattributes
vendored
Normal file
6
test/jest/resources/cache-cleanup/.gitattributes
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#
|
||||
# https://help.github.com/articles/dealing-with-line-endings/
|
||||
#
|
||||
# These are explicitly windows files and should use crlf
|
||||
*.bat text eol=crlf
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue