Back to Booster

booster-task-graph

booster-task-graph/README.md

5.1.0523 B
Original Source

booster-task-graph

Generate task graph in dot, please make sure you have installed the dot command line.

Getting Started

Executing tasks and then find the *.dot and *.dot.png files under ${rootProject}/build directory, for example, if I run the following command line

bash
./gradlew assembleDebug --dry-run

Then, the following files will be generated under ${rootProject}/build:

  • assembleDebug.dot
  • assembleDebug.dot.png