<@U0CP8EBRV> there are `all` methods take have `Ac...
# gradle
m
@Czar there are
all
methods take have
Action
- looking at the groovy one, i dont even understand what the groovy is calling
Copy code
configurations {
  all {
    exclude(group = "xml-apis", module = "xmlParserAPIs")
  }
}