-
Notifications
You must be signed in to change notification settings - Fork 54
Description
A few years ago @DavidGregory084 heroically ported sbt-tpolecat to mill-tpolecat, but it seems to have been left behind.
There is some setup to do, but it is possible to cross publish plugins to both sbt and Mill. It would be great to keep the two in sync. One issue that I wouldn't know how to start tackling if anyone did such a thing, would be the repo name... π
An alternative approach, perhaps, would be to publish a canonical list of recommended flags as a separate library, cross published to Scala 2.12, 2.13, and 3, divorced from any one build tool, so that it could be used by tool specific projects. Then the Mill-tpolecat lib could consume sbt-tpolecat-flags
, as could other build tools or even individuals on an ad-hoc basis if they prefer.