You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring JavaFormat seems to process all source directories,
including those that contain AOT-generated sources.
This causes failures for checkFormat as well as checkstyle.
These are failures that we can ignore since the source code
is generated.
Additionally, there is some kind of interaction between
JavaFormat and the Spring Boot AOT support that makes Gradle
think that compileJava and a few other tasks need to depend
on formatMain and formatTest.
0 commit comments