Created
November 12, 2020 05:19
-
-
Save uzzu/1223b9306d45351afda002a87919488f to your computer and use it in GitHub Desktop.
This file contains 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.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