Skip to content

Commit cba37d6

Browse files
committed
Gradle: use includeGroupByRegex instead of includeGroup
1 parent 2569a17 commit cba37d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ repositories {
4242
releasesOnly()
4343
}
4444
content {
45-
includeGroup 'io.sf.graphics'
46-
includeGroup 'io.sf.carte'
47-
includeGroup 'io.sf.jclf'
48-
includeGroup 'io.sf.w3'
45+
includeGroupByRegex 'io\\.sf\\..*'
4946
includeGroup 'xmlpull'
5047
includeGroup 'xpp3'
5148
}

0 commit comments

Comments
 (0)