Skip to content

Commit 7f2b3bd

Browse files
committed
Merge branch '6.1.x'
Use includeGroupByRegex This makes the include more robust Issue gh-13582
2 parents 12c64a9 + a6c3817 commit 7f2b3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: buildSrc/src/main/groovy/io/spring/gradle/convention/RepositoryConventionPlugin.groovy

+2-2
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)