mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-07-01 03:25:28 +02:00
parent
68e1dcdea4
commit
3d49588efc
5 changed files with 66 additions and 7 deletions
|
@ -37,6 +37,10 @@ export function isCacheWriteOnly(): boolean {
|
|||
return params.isCacheWriteOnly()
|
||||
}
|
||||
|
||||
export function isCacheOverwriteExisting(): boolean {
|
||||
return params.isCacheOverwriteExisting()
|
||||
}
|
||||
|
||||
export function isCacheDebuggingEnabled(): boolean {
|
||||
return params.isCacheDebuggingEnabled()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue