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
A project with just this build.mill (using Mill 0.12.2) dies on ./mill __.fix.
package build
import $ivy.`com.goyeau::mill-scalafix::0.4.2`
import com.goyeau.mill.scalafix.ScalafixModule
import mill.scalalib.SbtModule
object main extends SbtModule with ScalafixModule {
def scalaVersion = "2.13.15"
}
It might seem strange not to have any sources in a module but I have a couple of "aggregation" modules that simply list other modules that they depend on. This used to work fine (pre 0.12).
Adding a single source file makes the problem go away ... but then I have a useless source file. :-)
The text was updated successfully, but these errors were encountered:
A project with just this
build.mill
(using Mill0.12.2
) dies on./mill __.fix
.It might seem strange not to have any sources in a module but I have a couple of "aggregation" modules that simply list other modules that they depend on. This used to work fine (pre
0.12
).Adding a single source file makes the problem go away ... but then I have a useless source file. :-)
The text was updated successfully, but these errors were encountered: