-
Notifications
You must be signed in to change notification settings - Fork 674
Switch the gradle plugin to gratatouille #6524
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
Conversation
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 0 new, 5 changed, 0 removed
Build ID: 8b06e9ec2dc59142095d6e57 URL: https://www.apollographql.com/docs/deploy-preview/8b06e9ec2dc59142095d6e57 |
6cbac6d
to
5688a2c
Compare
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 0 new, 5 changed, 0 removed
Build ID: caad65a52201191c4c9a2829 URL: https://www.apollographql.com/docs/deploy-preview/caad65a52201191c4c9a2829 |
1a4876c
to
c27f753
Compare
86e8d34
to
3e06dfb
Compare
3e06dfb
to
3bb04df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🐀 🧑🍳
Advantages:
User-facing changes:
com.apollographql.apollo.compiler.*
is not available anymore from the build script classpath.apollo-compiler
symbol overlays asDeprecationLevel.Error
.apollo-gradle-plugin
andapollo-compiler
in their classpath will get an error when trying to use those for presumably legit reasons. But the workaround of just using the String literal is easy.operationOutput
manifest format is not supported anymore and replaced withpersistedQueryManifest
.generate_ServiceApolloSources
->generate_serviceApolloSources
. I think this is more in-line with what Gradle is doing generally.