mirror of
				https://github.com/actions/cache.git
				synced 2025-11-04 07:38:37 +08:00 
			
		
		
		
	Improved gradle cache key calculation example
This commit is contained in:
		
							parent
							
								
									26c48dce83
								
							
						
					
					
						commit
						e64ab303d1
					
				| 
						 | 
					@ -140,7 +140,7 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
 | 
				
			||||||
    path: |
 | 
					    path: |
 | 
				
			||||||
      ~/.gradle/caches
 | 
					      ~/.gradle/caches
 | 
				
			||||||
      ~/.gradle/wrapper
 | 
					      ~/.gradle/wrapper
 | 
				
			||||||
    key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
 | 
					    key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
 | 
				
			||||||
    restore-keys: |
 | 
					    restore-keys: |
 | 
				
			||||||
      ${{ runner.os }}-gradle-
 | 
					      ${{ runner.os }}-gradle-
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user