Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Feb 19, 2024
1 parent 9950af5 commit 5d408d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Even with `org.gradle.parallel=true`, [Gradle tasks execute serially in a single

Because your task actions are pure Kotlin function, no state is shared, making them perfect candidates for parallelization.

Gratatouille uses the [Worker API](https://docs.gradle.org/current/userguide/worker_api.html) to allow parallel execution making you build faster in general. Use `org.gradle.workers.max` to control the maximum number of workers.
Gratatouille uses the [Worker API](https://docs.gradle.org/current/userguide/worker_api.html) to allow parallel execution making your build faster overall. Use `org.gradle.workers.max` to control the maximum number of workers.

## Compile time task wiring

Expand Down

0 comments on commit 5d408d7

Please sign in to comment.