Skip to content

Commit

Permalink
Update index.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Feb 21, 2025
1 parent 038a3c3 commit ad295d6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions website/docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ JVM build tools have a reputation for being sluggish and confusing. Mill tries t
offer a better alternative, letting your build system take full advantage of the
Java platform's performance and usability:

* *Performance*: Mill automatically
xref:depth/execution-model.adoc#_caching_in_mill[caches]
and xref:cli/flags.adoc#_jobs_j[parallelizes] build tasks to keep local development fast,
and avoids the long configuration times seen in other tools like Gradle or SBT.
xref:large/selective-execution.adoc[Selective execution] keeps
* *Performance*: Mill has automatically xref:depth/execution-model.adoc#_caching_in_mill[caching]
and xref:cli/flags.adoc#_jobs_j[parallelization] of build tasks to keep local development fast,
xref:blog::9-mill-faster-assembly-jars.adoc[incremental assemblies] to speed up manual testing
workflows, and xref:large/selective-execution.adoc[selective execution] to keep
CI validation times short by only running the tests necessary to validate a code change.

* *Builtins*: Mill has builtin support for most common workflows: not just compile/run/test, but also xref:javalib/linting.adoc#_autoformatting_with_palantir_java_format[autoformatting],
Expand Down

0 comments on commit ad295d6

Please sign in to comment.