I understand Grails 3 uses gradle for scripting, I'm trying to delete the files in a directory, but I can't accomplish it.
If I type
delete "grails-app/assets/stylesheets/a.css
it works
but if I try something like
delete "grails-app/assets/stylesheets/*.css
it does nothing.
Any idea why?