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

@@ -1,7 +1,7 @@
import * as path from 'path'
import * as fs from 'fs'
import {GradleUserHomeCache} from "../../src/caching/gradle-user-home-cache"
import {CacheConfig} from "../../src/input-params"
import {CacheConfig} from "../../src/configuration"
const testTmp = 'test/jest/tmp'
fs.rmSync(testTmp, {recursive: true, force: true})