Skip to content

Commit fda8093

Browse files
committed
README: use includeGroupByRegex instead of includeGroup in the Gradle example
1 parent df883e9 commit fda8093

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,12 @@ repositories {
7474
releasesOnly()
7575
}
7676
content {
77-
includeGroup 'io.sf.carte'
78-
includeGroup 'io.sf.jclf'
77+
// Include all the groups used by popular io.sf.* projects
78+
includeGroupByRegex 'io\\.sf\\..*'
79+
80+
// Alternatively:
81+
//includeGroup 'io.sf.carte'
82+
//includeGroup 'io.sf.jclf'
7983
}
8084
}
8185
}

0 commit comments

Comments
 (0)