Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Feb 19, 2024
1 parent 0497c9a commit 5e1c274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Gratatouille generates entry points, tasks, workers and Gradle wiring code that

To use the generated code in your plugin, create a `gradle-plugin` module next to your `implementation` module.

> [!TIP]
> [!NOTE]
> By using two different modules, Gratatouille ensures that Gradle classes do not leak in your plugin implementation and vice-versa.
Apply the `com.gradleup.gratatouille.plugin` plugin in your `gradle-plugin` module:
Expand Down Expand Up @@ -143,7 +143,7 @@ Outputs:

## Non-overlapping task outputs by default

Gratatouille allocate paths for output files and directories automatically. Each output gets a dedicated filesystem location at `"build/gtask/${taskName}/${outputName}"`.
Gratatouille allocates paths for output files and directories automatically. Each output gets a dedicated filesystem location at `"build/gtask/${taskName}/${outputName}"`.

This way:
* you don't have to set inputs.
Expand Down

0 comments on commit 5e1c274

Please sign in to comment.