mill
mill copied to clipboard
Your shiny new Java/Scala build tool!
At the moment this is just testing a bit. I see you already have a test PR to bump zinc in https://github.com/com-lihaoyi/mill/pull/1845 but one of the things that this brings...
Experiments with SemanticDB generation in a dedication target `semanticDbData`. * ~This PR builds on top of #1972 to reuse some of the work I've done there.~ * This PR is...
For a nice user experience Metals (a Scala Language Server which connects to Mill via BSP) needs also SemanticDB information, which can be generated by enabling the semanticdb-scalac-plugin for Scala...
Updates [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 8.5.13 to 9.1.3. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Currently there is only [one template](https://github.com/sake92/mill-scala-hello.g8). 😄 But I hope we will soon have more of them. I made a PR for Play Framework seed https://github.com/playframework/play-scala-seed.g8/pull/164
Sometimes, Mill can't fetch some dependencies. I'm not able to reproduce locally, but it can be seen occasionally on Github CI, e.g. in this run: https://github.com/com-lihaoyi/mill/runs/6181553905?check_suite_focus=true The error message looks...
# Problem For some (less visited?) pages on the Mill website, Google searches can send you to really old versions of documentation. For example, "mill contrib proguard" gives you the...
Mill currently has no way to influence the transitive version management. Since we already have the `CoursierModule.mapDependencies` task, this is no issue for projects that build applications. But for libraries...
The idea is to have a Module that can read and build Mill projects. With such a module, we can model the build files compilation with Mill instead of Ammonite....
* [x] Decouple CLI parser from Ammonite * [x] Draft a `MillBuildModule` - which can parse and build a `build.sc` and includes * [x] Draft a using directives parser, which...