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

### Discussed in https://github.com/com-lihaoyi/mill/discussions/4925 Originally posted by **asarkar** April 12, 2025 Nowhere in the [Building Java with Mill](https://mill-build.org/mill/javalib/intro.html), was I able to find a way to set the language/target version....

Given the following `build.mill`: ``` package build import mill._, javalib._, errorprone._, checkstyle._ import mill.javalib.palantirformat._ trait MyModule extends JavaModule with ErrorProneModule with CheckstyleModule with PalantirFormatModule { def errorProneVersion = "2.37.0" def...

Hi, i was trying `./mill init` with mill 0.12.10 (and also a 0.13 version) on my multi module maven project (with wsl linux). I get the following stack trace ```...

workaround-available

--- **From the maintainer Li Haoyi**: I'm putting a 500USD bounty on this issue, payable by bank transfer on a merged PR implementing this. See https://github.com/orgs/com-lihaoyi/discussions/6 for other bounties and...

bounty

I've been experimenting with the javascriptlib to support building a JavaScript/TypeScript application and have some feedback I wanted to offer. ## `TypeScriptModule` The `TypeScriptModule` provides a good means of building...

We provide defaults for this version, so users typically aren't aware of that config task. But if they don't fix, users see resolution errors without further details. * [ ]...

I am working on adding SBOM generation for mill projects into CycloneDX's cdxgen. Initially, I tested everything with the example projects, which worked just fine. When I wanted to test...

bug

It looks like the Mill BSP subsystem will need to be refactored quite a lot for https://github.com/com-lihaoyi/mill/pull/4864 to accommodate `build.mill` classpath isolation, so I'm opening this issue to discuss any...

--- **From the maintainer Li Haoyi**: I'm putting a 300USD bounty on this issue, payable by bank transfer on a merged PR implementing this. See https://github.com/orgs/com-lihaoyi/discussions/6 for other bounties and...

bounty

For example ``` [09488] [info] compiling 1 Scala source to /Users/lihaoyi/Github/mill/out/contrib/gitlab/test/compile.dest/classes ... [09484] [error] -- Error: /Users/lihaoyi/Github/mill/contrib/scalapblib/test/src/mill/contrib/scalapblib/TutorialTests.scala:29:36 [09484] [error] 29 | lazy val millDiscover = Discover[this.type] [09484] [error] | ^^^^^^^^^^^^^^^^^^^...