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

Make plugins add their repos to projects in the consuming app #11447

Merged
merged 2 commits into from
Jul 31, 2017

Conversation

mravn-google
Copy link
Contributor

Avoids manual work when consuming a plugin that uses a non-standard repository (e.g. image_picker).

Fixes #9881

Copy link
Contributor

@jakobr-google jakobr-google left a comment

Choose a reason for hiding this comment

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

LGTM

jcenter()
maven {
url "https://maven.google.com"
[rootProject, this].each {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this a subproject of rootProject at this time? Ie., would

rootProject.allprojects { ... }

work?

@mravn-google mravn-google merged commit abe1e25 into flutter:master Jul 31, 2017
@mravn-google mravn-google deleted the include_plugin_repos branch July 31, 2017 12:51
Hixie added a commit that referenced this pull request Jul 31, 2017
Hixie added a commit that referenced this pull request Aug 1, 2017
* Revert "Make plugins add their repos to projects in the consuming app (#11447)"

This reverts commit abe1e25.

* Revert "Support for custom build types on Android (#11354)"

This reverts commit 87eec71.

* Revert "add a profile() method (#11443)"

This reverts commit 561d17a.

* Revert "Fix documentation based on dartdoc's warnings (#11428)"

This reverts commit 6655074.

* Revert "Improve some docs around WillPopScope. (#11429)"

This reverts commit 58a28a2.

* Revert "temporarily disable broken driver test in integration_ui (#11440)"

This reverts commit 764515e.

* Revert "style fix"

This reverts commit 00bfc86.

* Revert "tests for waitFor/waitForAbsent"

This reverts commit 31d2ee9.

* Revert "Always evaluate the finder in `driver.waitFor()` and `driver.waitForAbsent()`"

This reverts commit 11d7c79.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugins can't add dependencies on custom maven repositories
3 participants