spring-projects/spring-aot-smoke-tests

Don't depend on processAot on checkFormat gradle tasks

mhalbritter opened this issue · 2 comments

When running gradle format or gradle checkFormat on root level, this executes processAot in all projects. I don't think this should be necessary.

That's annoying. The checkFormatAot and checkFormatAotTest tasks are disabled but it looks like Gradle runs all of their dependencies anyway.

Thanks Andy!