Created
October 9, 2017 12:31
-
-
Save thokari/c0ade4ed906e70fe9041bdbd2ad490f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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