mirror of
				https://github.com/gradle/gradle-build-action.git
				synced 2025-11-04 01:28:56 +08:00 
			
		
		
		
	Extract cache-reporting into separate file
Cache reporting is self-contained enough that it deserves some separation.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
import {CacheEntryListener, CacheListener} from '../src/cache-base'
 | 
			
		||||
import {CacheEntryListener, CacheListener} from '../src/cache-reporting'
 | 
			
		||||
 | 
			
		||||
describe('caching report', () => {
 | 
			
		||||
    describe('reports not fully restored', () => {
 | 
			
		||||
		Reference in New Issue
	
	Block a user