Skip to content

Commit

Permalink
#000 | Ignore error in killing gradle daemons
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Oct 1, 2024
1 parent 089789d commit a398f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deps: build_env apply_patch
deps_ci: build_env_ci apply_patch

kill_gradle_daemons:
pkill -f '.*GradleDaemon.*' || true
-pkill -f '.*GradleDaemon.*'
# Kill all previous gradle daemons irrespective of version to release memory used

ignore_deps_changes:
Expand Down

0 comments on commit a398f2c

Please sign in to comment.