Skip to content

Instantly share code, notes, and snippets.

@matthiasbalke
Created April 7, 2017 13:45
Show Gist options
  • Select an option

  • Save matthiasbalke/97ec310bb730bce55962dfa7bf5be74e to your computer and use it in GitHub Desktop.

Select an option

Save matthiasbalke/97ec310bb730bce55962dfa7bf5be74e to your computer and use it in GitHub Desktop.
Gradle Dependency Tree
// https://solidsoft.wordpress.com/2014/11/13/gradle-tricks-display-dependencies-for-all-subprojects-in-multi-project-build/
allprojects {
task allDeps(type: DependencyReportTask) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment