Skip to content

Commit

Permalink
Add placeholder in docs for gradle plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Nov 10, 2023
1 parent aa28d9a commit e910ad3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/gradle-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ This Gradle plugin allows you to generate the GraphQL Schema on build and save i
Add this to your build.gradle:

plugins {
id 'io.smallrye.graphql' version '1.0.2-SNAPSHOT'
id 'io.smallrye.graphql' version 'PLUGIN_VERSION'
}

The list of existing plugin versions (to substitute the
`PLUGIN_VERSION` placeholder) can be found
[here](https://plugins.gradle.org/plugin/io.smallrye.graphql).

The schema will appear as `build/generated/schema.graphql` by default.

The plugin’s `generateSchema` task can customized like:
Expand Down

0 comments on commit e910ad3

Please sign in to comment.