Skip to content

Instantly share code, notes, and snippets.

@thokari
Created October 9, 2017 12:31
Show Gist options
  • Save thokari/c0ade4ed906e70fe9041bdbd2ad490f9 to your computer and use it in GitHub Desktop.
Save thokari/c0ade4ed906e70fe9041bdbd2ad490f9 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.3'
}
}
rootProject {
apply plugin: com.dorongold.gradle.tasktree.TaskTreePlugin
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment