summaryrefslogtreecommitdiff
path: root/docs/index.md
blob: 0b6577c5e4cda4222980e2d8bbae9dc82a566ca4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Mill is your shiny new Scala build tool! Confused by SBT? Frustrated by Maven?
Perplexed by Gradle? Give Mill a try!

Mill is a general purpose build-tool. It has built in support for the
[Scala](https://www.scala-lang.org/) programming language, and can serve as a
replacement for [SBT](http://www.scala-sbt.org/), but can also be extended to
support any other language or platform via modules (written in Java or Scala) or
through external subprocesses.

Mill aims for simplicity by re-using concepts you are already familiar with to
let you define your project's build. Mill's `build.sc` files are Scala scripts.


- [Introduction](intro.html)
- [Configuring Mill](configure.html)
- [Example Project Layouts](example.html)
- [Extending](extending.html)
- [Tasks](tasks.html)
- [Modules](modules.html)
- [Cross Building](cross.html)
- [Internals](internals.html)