Hello everyone. Does anyone know a way (or plugin)...
# gradle
a
Hello everyone. Does anyone know a way (or plugin) to output a gradle task dependency graph? For example, I want to run a task and check which subtasks it depends on and in which order they’ll run.
not kotlin but kotlin colored 1
v
Is the hierarchy important, or is a flat list sufficient?
If the latter, then
--dry-run
or
-m
a
The hierarchy is important. The dry-run it’s helpfull already but having the hierarchy would help even moer
v
Then there is nothing built-in I'm aware of. Maybe some plugin provides something.
Btw. your question is off-topic here, see the channel and server topic. 😉
a
Oh, I’m sorry. I’ll hop in the gradle slack! Thanks for the help!
👌 1