Skip to content

Commit

Permalink
Update docs (jraska#268)
Browse files Browse the repository at this point in the history
* Update README.md for better documentation

- removed obsolete `example` project reference
- added link to Gradle docs

* Fix link
  • Loading branch information
jraska authored Jul 24, 2024
1 parent b481449 commit 700349b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,9 @@ Please feel free to create PR or issue with any suggestions or ideas. No special

### Debugging

**Setting up a composite build:**
**Setting up a composite build**

This case is helpful when you need to debug in a real project.
Composite builds are consumed directly without publishing a snapshot version.
This is done already in `example` project, but you can do the same in any other project:
[Composite builds](https://docs.gradle.org/current/userguide/composite_builds.html#settings_defined_composite) are consumed directly without publishing a version.

settings.gradle:
```groovy
Expand Down

0 comments on commit 700349b

Please sign in to comment.