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
For the most part, I expect spotless-lib and spotless-plugin-xxx are going to release in lockstep. lib gets an upgrade, so we release a new set of spotless-plugin-xxx which point to that upgrade.
As far as newer formatters breaking older formatters, I think spotless defaults should always use the latest version of all available formatters. Users don't have to upgrade to new Spotless versions (I've got old projects sitting around on 1.x because they rely the old version of the eclipse formatter). And thanks to our classpath isolation introduced in Spotless 3.x, if they upgrade Spotless and are not happy with the new version of a dependendent library, they can always set the version of that library after the fact.
I think this is a worthwhile change to pursue, but before opening a PR, I want to understand the pros and cons of it.
These are the pros and cons I can think of at the moment:
Pros:
Cons:
spotless-lib
(but that would be par for the course).The text was updated successfully, but these errors were encountered: