Skip to content

Commit 20df3ba

Browse files
author
Dariusz Kuc
authored
[docs] fix gradle plugin tasks example (#1406)
1 parent 9888610 commit 20df3ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/plugins/gradle-plugin-tasks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ on those tasks or explicitly creating them). **Configuring plugin through the `g
208208
all the corresponding tasks**.
209209

210210
All `graphql-kotlin-gradle-plugin` tasks are grouped together under `GraphQL` task group and their names are prefixed with
211-
`graphql`. You can find detailed information about GraphQL kotlin tasks by running Gradle `help --task <taskName>` task.
211+
`graphql`. You can find detailed information about GraphQL kotlin tasks by running `gradle help --task <taskName>`.
212212

213213
```shell
214-
$ gradle --tasks
214+
$ gradle tasks --group graphql
215215

216216
GraphQL tasks
217217
-------------

0 commit comments

Comments
 (0)