mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Better warning message
This commit is contained in:
parent
d7a54a26c7
commit
ae50675399
3 changed files with 3 additions and 3 deletions
2
dist/main/index.js
vendored
2
dist/main/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/post/index.js
vendored
2
dist/post/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -77,7 +77,7 @@ export async function cacheDependencies(): Promise<void> {
|
||||||
])
|
])
|
||||||
if (!locksDeleted) {
|
if (!locksDeleted) {
|
||||||
core.warning(
|
core.warning(
|
||||||
'Unable to delete dependencies lock files, try using --no-daemon, not saving cache.'
|
'Unable to delete dependencies lock files, try using --no-daemon or stopping the daemon last if you have several Gradle steps, not saving cache.'
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue