I can\'t figure out how to delete all contents of a directory.
For cleaning out a directory, I want to remove all files and directories inside it: I want to wipe ev
To delete the src directory and all its contents:
src
task deleteGraphicsAssets(type: Delete) { delete "src" }