From 5e1c2749176aa51a38decbf9a91c75e17062bd49 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Mon, 19 Feb 2024 19:03:28 +0100 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 438d66d..b9b1089 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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.