Rename 'input-params' to 'configuration'

This commit is contained in:
daz
2024-04-09 13:47:18 -06:00
parent 9d0de74673
commit 7e9e469530
17 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ import {generateCacheKey} from './cache-key'
import {CacheListener} from './cache-reporting'
import {saveCache, restoreCache, cacheDebug, isCacheDebuggingEnabled, tryDelete} from './cache-utils'
import {GradleHomeEntryExtractor, ConfigurationCacheEntryExtractor} from './gradle-home-extry-extractor'
import {CacheConfig} from '../input-params'
import {CacheConfig} from '../configuration'
const RESTORED_CACHE_KEY_KEY = 'restored-cache-key'