File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,9 @@ The plugin is published on [Gradle Plugin Portal](https://plugins.gradle.org/plu
1414
1515## Build Script Snippet
1616
17- ``` groovy
18- buildscript {
19- repositories {
20- maven {
21- url "https://plugins.gradle.org/m2/"
22- }
23- }
24- dependencies {
25- classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.5"
26- }
27- }
28-
29- apply plugin: "com.dorongold.task-tree"
30- ```
31-
32- ### Alternative Build Script Snippet (using the incubating "plugins" mechanism ):
3317``` groovy
3418plugins {
35- id "com.dorongold.task-tree" version "1.5 "
19+ id "com.dorongold.task-tree" version "2.0 "
3620}
3721```
3822
@@ -46,7 +30,7 @@ initscript {
4630 maven { url "https://plugins.gradle.org/m2" }
4731 }
4832 dependencies {
49- classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.5 "
33+ classpath "gradle.plugin.com.dorongold.plugins:task-tree:2.0 "
5034 }
5135}
5236rootProject {
You can’t perform that action at this time.
0 commit comments