How to interpret Gradle DSL

The task foo variation of the task declaration syntax is special in that it’s implemented using a Groovy compiler plugin. As far as I know, this is the only case where a compiler plugin is used to support a special syntax.

Leave a Comment