Right now if we want to delete gradle lock files, we should do something like this: ```bash find . -type f -name '*.lockfile' -exec rm {} + ``` Having a dedicated task would be more convenient and also, n out-of-the-box, platform independent solution.