Skip to content

Commit 8cf308a

Browse files
committed
Fix README for version 2.0
change versions in README to 2.0
1 parent fb19b84 commit 8cf308a

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff 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
3418
plugins {
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
}
5236
rootProject {

0 commit comments

Comments
 (0)