Skip to content

Instantly share code, notes, and snippets.

@uzzu
Created November 12, 2020 05:19
Show Gist options
  • Save uzzu/1223b9306d45351afda002a87919488f to your computer and use it in GitHub Desktop.
Save uzzu/1223b9306d45351afda002a87919488f to your computer and use it in GitHub Desktop.
initscript {
repositories {
maven(url ="https://plugins.gradle.org/m2/")
}
dependencies {
classpath("gradle.plugin.com.dorongold.plugins:task-tree:1.5")
}
}
rootProject {
apply {
plugin(com.dorongold.gradle.tasktree.TaskTreePlugin::class.java)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment