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
clean { delete += fileTree('src').include('**/*') }
This 'clean' task's configuration seems to work.