mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 18:08:57 +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