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

Add gradle-dependency-graph-generator-plugin to the project #850

Merged
merged 1 commit into from
Apr 12, 2018

Conversation

Guardiola31337
Copy link
Contributor

This helps us visualize the dependency tree for Mapbox dependencies. To generate the charts, run the following Gradle tasks (libandroid-navigation or libandroid-navigation-ui respectively)

$> ./gradlew :libandroid-navigation:generateDependencyGraphMapboxLibraries
$> ./gradlew :libandroid-navigation-ui:generateDependencyGraphMapboxLibraries

or

$> make graphs

Graphviz needs to be installed following the instructions on the plugin README.

Related:
mapbox/mapbox-gl-native#11603
mapbox/mapbox-android-demo#671

cc @zugaldia

Copy link
Contributor

@danesfeder danesfeder left a comment

Choose a reason for hiding this comment

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

Looks good @Guardiola31337, thanks for running with this. Merge once updated and CI passes

@Guardiola31337 Guardiola31337 merged commit 201a44e into master Apr 12, 2018
@Guardiola31337 Guardiola31337 deleted the pg-dependencies-graph branch April 12, 2018 16:04
@akitchen akitchen added the chore label Apr 16, 2018
@danesfeder danesfeder mentioned this pull request May 3, 2018
13 tasks
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.

3 participants