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
I have a project that builds with a mix of Mill and sbt (for historical reasons), this means that neither sbt nor Mill live at the repo's root level. This worked fine we tried to upgrade to Mill 0.11.1, but now doesn't due to a recent change:
This should work again with the merge of #2662, which fixes the defunct version command. But I think using mill version could be replaced by mill --version which should return much faster.
Hi,
I have a project that builds with a mix of Mill and sbt (for historical reasons), this means that neither sbt nor Mill live at the repo's root level. This worked fine we tried to upgrade to Mill 0.11.1, but now doesn't due to a recent change:
mill/runner/src/mill/runner/MillBuildBootstrap.scala
Line 71 in 1e5871a
(To answer to the question: "No, I'm not, but I will be." 😄)
The setup-mill action can no longer install Mill for us, producing this error:
I realise that...
build.sc
at the root.But I thought I'd raise the issue in case it was indicative of a wider problem. Feel free to close the issue based on any or all of the above reasons.
The text was updated successfully, but these errors were encountered: