mill icon indicating copy to clipboard operation
mill copied to clipboard

Your shiny new Java/Scala build tool!

Results 517 mill issues
Sort by recently updated
recently updated
newest added

Instead we now have a compileResources that is part of compileClasspath. Fixes #1807 * #1826

compat-breaker
next-major

Currently, we can't define a `def a: Task[String] = ???` and use that to call the `run` command from the `JavaModule`. See the minimal repo: ```scala import mill._ import mill.scalalib._...

next-major

The attached tarball contains a tiny project that shows the problem. Steps to reproduce: 1. Run `./mill clean + __.compile` 2. In `build.sc`, change the dependency version from `2.0.0` to...

workaround-available

* Fix https://github.com/com-lihaoyi/mill/issues/1952

compat-breaker

Currently a user can define tasks top-level, and can define tasks and inherit things in submodules, but there is no way to inherit things in the top-level module. Apart from...

There seems to be a regression caused by #1843 where now when you do a Bloop export for the Mill codebase itself, bloop is unable to build the contrib modules....

contrib

This related to https://github.com/com-lihaoyi/Ammonite/issues/1228, which is worth a full read to understand the motivation We need a module, that can * read an Ammonite or scala-cli script, * inspect it's...

feedback wanted

On the latest mill if you do a `mill --help` you'll notice there are multiple help flags that are duplicated and some conflicting. Here are a few: _This is in...

I'm checking compilation locally to reduce CI job runs (that's a [different story](https://github.com/com-lihaoyi/mill/pull/1933) though). When I re-run a compilation (`mill contrib.flyway.compile`), I get an error - which I can solve...

platform-windows

Running mill with silent and disable-ticker mode, still prints output to console (on success): ``` ❯ mill -s --disable-ticker frontend.fullLinkJS [info] compiling 1 Scala source to repos/scala-playground/zio-scalajs-stack/out/frontend/compile.dest/classes ... [info] done...