Skip to content

Instantly share code, notes, and snippets.

View kyletitus's full-sized avatar
🏠
Working from home

Kyle Titus kyletitus

🏠
Working from home
View GitHub Profile
gradle.taskGraph.whenReady { taskGraph ->
println "Tasks"
taskGraph.getAllTasks().eachWithIndex { task, n ->
println "${n + 1} $task"
task.dependsOn.eachWithIndex { depObj, m ->
println " ${m + 1} $depObj"
}
}
}

Keybase proof

I hereby claim:

  • I am kyletitus on github.
  • I am kyletitus (https://keybase.io/kyletitus) on keybase.
  • I have a public key ASDgG-dK_dDBkYqequX9CcZ2qwRWreD6fKZnyGfpnlJ1fQo

To claim this, I am signing this object: