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 e9f0143 commit 02e550a
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 @@ -192,11 +192,11 @@ This means your plugin can depend on popular dependencies such as the Kotlin std

## Build cache by default

`@CacheableTask` is added by default. All input files use `PathSensitivity.RELATIVE` making your tasks build relocatable.
`@CacheableTask` is added by default. All input files use `PathSensitivity.RELATIVE` making your tasks relocatable.

## Easy documentation

`@GTaskAction` takes a `taskDescription` and a `taskGroup` argument making it easy to colocate your documentation with your implementation:
`@GTaskAction` takes a `description` and a `group` argument making it easy to colocate your documentation with your implementation:

```kotlin
@GTaskAction(
Expand Down

0 comments on commit 02e550a

Please sign in to comment.