what is the best way to run spotless on all projec...
# contributing-to-airbyte
m
what is the best way to run spotless on all projects?
u
./gradlew spotlessApply
only does the java code
u
(without having to build the whole project)
u
./gradlew format
does a thing, but it can get tripped up by build errors in connectors.
m
ok