This is not working: ``` doFirst { ...
# kvision
r
This is not working:
Copy code
doFirst {
                delete {
                    fileTree(mapOf("dir" to "www", "exclude" to ".gitkeep"))
                }
            }