Skip to content

Commit

Permalink
chore: Add a task to generate the dependancies graph
Browse files Browse the repository at this point in the history
This is how I use it : `./gradlew allDeps > allDeps.txt`
  • Loading branch information
Crash-- committed Aug 1, 2023
1 parent 2668ada commit 5fe3ab7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ allprojects {
// A temporary workaround for that is to disable Javadoc generation for all modules
// tasks.withType(Javadoc).all { enabled = false }
}

subprojects {
task allDeps(type: DependencyReportTask) {}
}

0 comments on commit 5fe3ab7

Please sign in to comment.