Skip to content
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] deprecate schemaFile and sourceFolder #5581

Merged
merged 6 commits into from Jan 30, 2024

Conversation

martinbonnin
Copy link
Contributor

schemaFile is problematic because it skips extra.graphqls
sourceFolder is duplicating srcDir() without allowing multiple directories + the fact that it's relative can be surprising (see #5550 (comment)).

@martinbonnin martinbonnin changed the title [gradle-plugin] deprecate schemaFile and sourceFolder [🐘gradle-plugin] deprecate schemaFile and sourceFolder Jan 29, 2024
@martinbonnin martinbonnin force-pushed the 04-deprecate-schemaFile-and-sourceFolder branch from 59cc9b0 to de79928 Compare January 29, 2024 17:14
@martinbonnin martinbonnin marked this pull request as ready for review January 29, 2024 17:14
@martinbonnin martinbonnin requested review from a team and BoD as code owners January 29, 2024 17:14
Copy link
Contributor

@BoD BoD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

docs/source/advanced/plugin-configuration.mdx Outdated Show resolved Hide resolved
Base automatically changed from 03-schema-configuration-cache to main January 30, 2024 09:59
@martinbonnin martinbonnin force-pushed the 04-deprecate-schemaFile-and-sourceFolder branch from 06f1d14 to d4e9944 Compare January 30, 2024 10:00
Copy link

netlify bot commented Jan 30, 2024

Deploy Preview for apollo-android-docs ready!

Name Link
🔨 Latest commit 5915801
🔍 Latest deploy log https://app.netlify.com/sites/apollo-android-docs/deploys/65b8c9719fe5b600085dd006
😎 Deploy Preview https://deploy-preview-5581--apollo-android-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@martinbonnin martinbonnin merged commit ef7273a into main Jan 30, 2024
4 of 5 checks passed
@martinbonnin martinbonnin deleted the 04-deprecate-schemaFile-and-sourceFolder branch January 30, 2024 10:04
martinbonnin added a commit that referenced this pull request Feb 5, 2024
* Deprecate sourceFolder and schemaFile

* replace our own usages of sourceFolder and schemaFile

* fix bad copy/paste

* fix bad search & replace

* slightly tweak the docs

* fromFrom -> from
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants