Don't depend on processAot on checkFormat gradle tasks
mhalbritter opened this issue · 2 comments
mhalbritter commented
When running gradle format
or gradle checkFormat
on root level, this executes processAot
in all projects. I don't think this should be necessary.
wilkinsona commented
That's annoying. The checkFormatAot
and checkFormatAotTest
tasks are disabled but it looks like Gradle runs all of their dependencies anyway.
mhalbritter commented
Thanks Andy!