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 03bbe4c commit b727b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gratatouille enforces a clear separation between your plugin logic (**implementa

# Quick Start

## Module 1/2: `gratatouille.implementation`
## Step 1/2: `gratatouille.implementation`

Create an `implementation` module for your plugin implementation and apply the `gratatouille.implementation` plugin:

Expand Down Expand Up @@ -62,7 +62,7 @@ Gratatouille automatically maps function parameters to Gradle inputs and the ret

Gratatouille generates entry points, task, workers and Gradle wiring code that can be used from your plugin.

## Module 2/2 `gratatouille.gradle.plugin`
## Step 2/2 `gratatouille.gradle.plugin`

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

Expand Down Expand Up @@ -221,4 +221,4 @@ When a task has a high number of inputs, it can become hard to track which ones
# Sample plugin
* Open [sample-plugin](sample-plugin) in IntelliJ for an example plugin.
* Open [sample-app](sample-app) in IntelliJ and run `./gradlew -p sample-app cook` for an example app using the example plugin.
* Open [sample-app](sample-app) in IntelliJ and run `./gradlew -p sample-app cook` for an example app using the example plugin.

0 comments on commit b727b6a

Please sign in to comment.