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

@@ -9,7 +9,7 @@ import {CacheEntryListener, CacheListener} from './cache-reporting'
import {cacheDebug, hashFileNames, isCacheDebuggingEnabled, restoreCache, saveCache, tryDelete} from './cache-utils'
import {BuildResult, loadBuildResults} from '../build-results'
import {CacheConfig} from '../input-params'
import {CacheConfig} from '../configuration'
import {getCacheKeyBase} from './cache-key'
const SKIP_RESTORE_VAR = 'GRADLE_BUILD_ACTION_SKIP_RESTORE'