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
Instead of always using `build.mill` we now use the actual buildfile name in the progress logger.
```
> mill resolve _
[build.sc-57/61] compile
...
```
Fixcom-lihaoyi#3831
Instead of always using `build.mill` we now use the actual buildfile
name in the progress logger.
```
> mill resolve _
[build.sc-57/61] compile
...
> mv build.sc build.mill.scala
> mill resolve _
[build.mill.scala-57/61] compile
...
```
Fix#3831
Pull request: #3847
When the build script is named
build.sc
the prompt logger showsbuild.mill
.The text was updated successfully, but these errors were encountered: