Skip to content

Commit

Permalink
Better warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Jun 15, 2020
1 parent d7a54a2 commit ae50675
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/main/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/post/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cache-dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export async function cacheDependencies(): Promise<void> {
])
if (!locksDeleted) {
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
}
Expand Down

0 comments on commit ae50675

Please sign in to comment.