Skip to content

Commit 9c5ff6f

Browse files
authored
Update README.md
1 parent bdd0f66 commit 9c5ff6f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ Thanks to https://gist.github.com/wfhartford and https://github.com/kellyrob99 f
1313
The plugin is available from the gradle plugin repository. See the instructions here for how to include it in your project.
1414
https://plugins.gradle.org/plugin/com.faire.gradle.analyze
1515

16-
# Usage
17-
```
18-
allprojects {
19-
apply<com.faire.gradle.analyze.AnalyzeDependenciesPlugin>()
20-
}
21-
```
22-
2316
Applying this project adds the task `analyzeDependencies` to your projects.
2417

2518
## Example output
@@ -90,6 +83,3 @@ Execution failed for task ':core:analyzeDependencies'.
9083
- com.faire:core-persistence:1.0.SNAPSHOT@jar
9184
```
9285

93-
## Toolchains
94-
If your project is using toolchains (i.e. https://docs.gradle.org/current/userguide/toolchains.html), then it is currenty incompatible with this plugin.
95-

0 commit comments

Comments
 (0)