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 5fbcb59 commit 16c6e6d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,13 @@ repositories {
releasesOnly()
}
content {
includeGroup 'io.sf.carte'
includeGroup 'io.sf.jclf'
includeGroup 'io.sf.graphics'
includeGroup 'io.sf.w3'
includeGroupByRegex 'io\\.sf\\..*'
// Alternative to the regex:
//includeGroup 'io.sf.carte'
//includeGroup 'io.sf.jclf'
//includeGroup 'io.sf.graphics'
//includeGroup 'io.sf.w3'
}
}
}
Expand Down

0 comments on commit 16c6e6d

Please sign in to comment.