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

uninstallBundles should use dependency ordering #3

Closed
jdigger opened this issue Feb 24, 2015 · 1 comment
Closed

uninstallBundles should use dependency ordering #3

jdigger opened this issue Feb 24, 2015 · 1 comment

Comments

@jdigger
Copy link
Member

jdigger commented Feb 24, 2015

Right now "uninstallBundles" simply uninstalls the bundles in the order it "discovers" them, which is effectively alphabetical. Unfortunately that can also effectively be the opposite order that they should be uninstalled.

It should ask each bundle what other bundles depend on them (or what other bundles it depends on) and build a dependency graph so that it can uninstall from "least connected" to "most connected".

@jdigger
Copy link
Member Author

jdigger commented Nov 17, 2015

Moved to TWCable/gradle-plugin-cq-bundle#2

@jdigger jdigger closed this as completed Nov 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant