Skip to content

Commit

Permalink
Update index.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Oct 27, 2024
1 parent 54081a2 commit 5455db8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ digraph G {
```

Mill is a fast, scalable, multi-language build tool that supports Java, Scala,
and Kotlin. Although the Java compiler is fast and the Java language is easy,
JVM build tools have a reputation for being sluggish and confusing. Mill aims to let
your build system take full advantage of the JVM's performance and usability:
and Kotlin:

* Mill can build the same Java codebase xref:comparisons/maven.adoc[5-10x faster than Maven],
or xref:comparisons/gradle.adoc[2-4x faster than Gradle]
Expand All @@ -42,7 +40,10 @@ helps keep builds clean and understandable
* Mill scales well from small single-module projects
to xref:depth/large-builds.adoc[large monorepos] with hundreds of modules

Mill achieves this via the following:
Although the Java compiler is very fast and the Java language is easy to learn,
JVM build tools have a reputation for being sluggish and confusing. Mill tries to
offer a better alternative, letting your build system take full advantage of the
Java platform's performance and usability:

* *Performance*: Mill's xref:fundamentals/tasks.adoc[build graph] automatically
xref:depth/evaluation-model.adoc#_caching_at_each_layer_of_the_evaluation_model[caches]
Expand Down

0 comments on commit 5455db8

Please sign in to comment.