Skip to content

Commit

Permalink
Fix README for version 2.0
Browse files Browse the repository at this point in the history
change versions in README to 2.0
  • Loading branch information
dorongold committed Jun 30, 2021
1 parent fb19b84 commit 8cf308a
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,9 @@ The plugin is published on [Gradle Plugin Portal](https://plugins.gradle.org/plu

## Build Script Snippet

```groovy
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.5"
}
}
apply plugin: "com.dorongold.task-tree"
```

### Alternative Build Script Snippet (using the incubating "plugins" mechanism ):
```groovy
plugins {
id "com.dorongold.task-tree" version "1.5"
id "com.dorongold.task-tree" version "2.0"
}
```

Expand All @@ -46,7 +30,7 @@ initscript {
maven { url "https://plugins.gradle.org/m2" }
}
dependencies {
classpath "gradle.plugin.com.dorongold.plugins:task-tree:1.5"
classpath "gradle.plugin.com.dorongold.plugins:task-tree:2.0"
}
}
rootProject {
Expand Down

0 comments on commit 8cf308a

Please sign in to comment.