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] Add overload for dependsOn that tries to do cross project configuration #5606

Merged
merged 1 commit into from Feb 7, 2024

Conversation

martinbonnin
Copy link
Contributor

This is so that adding dependsOn:

apollo {
  service("service") {
    // ..
    dependsOn(project(":schema"))
  }
}

automatically adds the matching isADependencyOf()

This is all highly experimental but it's working in integration tests.

Also add more KDoc.

@martinbonnin martinbonnin marked this pull request as ready for review February 6, 2024 13:05
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.

👍

Base automatically changed from fix-alwaysGenerateTypesMatchin to main February 7, 2024 14:59
Copy link

netlify bot commented Feb 7, 2024

Deploy Preview for apollo-android-docs canceled.

Name Link
🔨 Latest commit d071d45
🔍 Latest deploy log https://app.netlify.com/sites/apollo-android-docs/deploys/65c39afa8f6fa80008e162c1

@martinbonnin martinbonnin merged commit d896128 into main Feb 7, 2024
9 checks passed
@martinbonnin martinbonnin deleted the dependsOn2 branch February 7, 2024 15:01
martinbonnin added a commit that referenced this pull request Feb 27, 2024
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