mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-11-03 17:18:55 +08:00
Fail if configuration-cache is enabled without dependencies cache
Fixes #61
This commit is contained in:
@@ -102,7 +102,7 @@ export function tryDeleteFiles(filePaths: string[]): boolean {
|
||||
return !failure
|
||||
}
|
||||
|
||||
function isDependenciesCacheDisabled(): boolean {
|
||||
export function isDependenciesCacheDisabled(): boolean {
|
||||
return !core.getBooleanInput('dependencies-cache-enabled')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user