Extracted some classes and refactored for clarity

This commit is contained in:
Daz DeBoer
2022-06-22 16:35:55 -06:00
parent 7f46dbd76f
commit 884bca012f
7 changed files with 95 additions and 91 deletions

View File

@@ -14,7 +14,7 @@ import {
saveCache,
tryDelete
} from './cache-utils'
import {loadBuildResults} from './job-summary'
import {loadBuildResults} from './build-results'
const SKIP_RESTORE_VAR = 'GRADLE_BUILD_ACTION_SKIP_RESTORE'