diff --git a/README.md b/README.md index b9b1089..5046c35 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. -> [!NOTE] +> [!IMPORTANT] > 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: