Skip to content

Commit

Permalink
README: use includeGroupByRegex instead of includeGroup in the Gradle…
Browse files Browse the repository at this point in the history
… example
  • Loading branch information
carlosame committed Sep 7, 2024
1 parent 2373f3a commit ffd859d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,13 @@ repositories {
releasesOnly()
}
content {
includeGroup 'io.sf.carte'
includeGroup 'io.sf.jclf'
includeGroupByRegex 'io\\.sf\\..*'
// Alternative to the regex:
//includeGroup 'io.sf.carte'
//includeGroup 'io.sf.jclf'
//includeGroup 'io.sf.w3'
includeGroup 'xmlpull'
includeGroup 'xpp3'
}
Expand Down

0 comments on commit ffd859d

Please sign in to comment.