Explicit labelling of code generation plugins

It would be nice if Gradle supported explicit labelling of code generation plugins (such as Antlr), similar to LifecyclePhase.GENERATE_SOURCES in Maven, so that IDEs like IntelliJ can automatically label output directories of those plugins as “generated source roots”.

3 Likes