com-lihaoyi / mill

Your shiny new Java/Scala build tool!
https://mill-build.com/
MIT License
1.99k stars 303 forks source link

Fix compiler bridge build setup and build essential versions in CI #3179

Closed lefou closed 1 month ago

lefou commented 1 month ago

Fixed the build setup to build compiler brigdes. There were missing dependencies. I added all transitive dependencies of the source package to the compile classpath.

Also extended the CI setup to build essential compiler bridges with each CI run to detect any issues as early as possible.

Fix https://github.com/com-lihaoyi/mill/issues/2576