Skip to content

Commit c4b773b

Browse files
committed
Merge branch '5.8.x' into 6.0.x
Use includeGroupByRegex This makes the include more robust Issue gh-13582
2 parents 4257a97 + 82e5f62 commit c4b773b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/groovy/io/spring/gradle/convention/RepositoryConventionPlugin.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class RepositoryConventionPlugin implements Plugin<Project> {
3838
name = 'shibboleth'
3939
url = 'https://build.shibboleth.net/nexus/content/repositories/releases/'
4040
content {
41-
includeGroup('org.opensaml')
42-
includeGroup('net.shibboleth.utilities')
41+
includeGroupByRegex('org\\.opensaml.*')
42+
includeGroupByRegex('net\\.shibboleth.*')
4343
}
4444
}
4545
mavenCentral()

0 commit comments

Comments
 (0)