mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 09:58:56 +08:00 
			
		
		
		
	Do not cache dependency jars individually
Unfortunately, doing this overloads the GitHub actions cache infrastructure leading to failures and unpredictable results. A later solution may re-implement artifact sharing for dependency jars as well as jars within the `caches/jars-9` directory. But for now these will be duplicated across each Gradle User Home cache entry.
This commit is contained in:
		@@ -24,7 +24,6 @@ const CACHE_PATH = [
 | 
			
		||||
// TODO: Allow the user to override / tweak this set
 | 
			
		||||
const COMMON_ARTIFACT_PATHS = [
 | 
			
		||||
    '~/.gradle/caches/*/generated-gradle-jars/*.jar',
 | 
			
		||||
    '~/.gradle/caches/modules-*/files-*/**/*.jar',
 | 
			
		||||
    '~/.gradle/wrapper/dists/*/*/*.zip'
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user