We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9888610 commit 20df3baCopy full SHA for 20df3ba
website/docs/plugins/gradle-plugin-tasks.mdx
@@ -208,10 +208,10 @@ on those tasks or explicitly creating them). **Configuring plugin through the `g
208
all the corresponding tasks**.
209
210
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.
+`graphql`. You can find detailed information about GraphQL kotlin tasks by running `gradle help --task <taskName>`.
212
213
```shell
214
-$ gradle --tasks
+$ gradle tasks --group graphql
215
216
GraphQL tasks
217
-------------
0 commit comments