IntershopCommunicationsAG/jaxb-gradle-plugin

Avoid task configuration if tasks are not in execution path

Opened this issue · 0 comments

david0 commented

The Task Configuration Avoidance API enables to avoid the configuration of the tasks jaxb/jaxbSchemaGen tasks.

That would save some seconds in our big mono repo which would be quite helpful.
Imagine running a tiny unit test that does not need these tasks at all it will waste its time configuring those anyway.