Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1020 Bytes

Intro_to_Mill.adoc

File metadata and controls

20 lines (15 loc) · 1020 Bytes

Introduction to Mill

{mill-github-url}[Mill] is your shiny new Java/Scala build tool! Scared of SBT? Melancholy over Maven? Grumbling about Gradle? Baffled by Bazel? Give Mill a try!

Mill aims for simplicity by reusing concepts you are already familiar with, borrowing ideas from modern tools like Bazel. It lets you build your projects in a way that’s simple, fast, and predictable.

Mill has built-in support for the Scala programming language, and can serve as a replacement for SBT. It can be extended to support any other language or platform via modules (written in Java or Scala) or through external subprocesses.

If you are using Mill, you will find the following book by the Author useful in using Mill to the fullest: