-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle Plugin doesn't work and documentation is out of date #1957
Comments
I just found that I needed to set |
Hi, I've submitted #1958 for the version in the docs.... Yeah it would be better to have the version somehow automatically updated, but our release scripts currently don't have a way to automatically update variables in the documentation.. |
If it's possible to add a small blurb about what each of those options do? I originally turned off the transitiveDependencies thinking I didn't want to scan every third party library included in the project, but for something like Quarkus, it appears to be necessary since the GraphQL implementations are all hidden away behind that framework. |
Yeah I think |
Referencing: https://smallrye.io/smallrye-graphql/2.5.0/gradle-plugin/
This version is not present in any maven repo, and should be updated.
Additionally, following the documentation by adding:
and a task:
This results in a failure.
It's my understanding that this shouldn't be an issue if it's depending on the
compileKotlin
step.Please let me know if i'm doing something wrong or if there's a different plugin/possibility for generating the GraphQL Schema at build time.
The text was updated successfully, but these errors were encountered: