jaxb-gradle-plugin icon indicating copy to clipboard operation
jaxb-gradle-plugin copied to clipboard

Avoid task configuration if tasks are not in execution path

Open david0 opened this issue 1 year ago • 0 comments

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.

david0 avatar Apr 28 '23 10:04 david0