Skip to content

Commit

Permalink
fix docs so they pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
John Engelman committed Jan 20, 2019
1 parent ad2b920 commit c47b255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/configuration/minimizing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Similar to dependencies, projects can also be excluded.
```groovy
shadowJar {
minimize {
exclude(project(":client"))
exclude(project(":api"))
}
}
```
Expand Down

0 comments on commit c47b255

Please sign in to comment.