mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Cache downloaded dependency jars separately
This will further remove common files out the the Gradle User Home cache entries, reducing cache usage by removing redundancy.
This commit is contained in:
@@ -16,7 +16,8 @@ const CACHE_PATH = [
|
||||
|
||||
const DEDUPLCIATED_PATHS = [
|
||||
'~/.gradle/wrapper/dists/*/*/*.zip',
|
||||
'~/.gradle/caches/*/generated-gradle-jars/*.jar'
|
||||
'~/.gradle/caches/*/generated-gradle-jars/*.jar',
|
||||
'~/.gradle/caches/modules-*/files-*/**/*.jar'
|
||||
]
|
||||
const MARKER_FILE_EXTENSION = '.txt'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user