We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4257a97 + 82e5f62 commit c4b773bCopy full SHA for c4b773b
buildSrc/src/main/groovy/io/spring/gradle/convention/RepositoryConventionPlugin.groovy
@@ -38,8 +38,8 @@ class RepositoryConventionPlugin implements Plugin<Project> {
38
name = 'shibboleth'
39
url = 'https://build.shibboleth.net/nexus/content/repositories/releases/'
40
content {
41
- includeGroup('org.opensaml')
42
- includeGroup('net.shibboleth.utilities')
+ includeGroupByRegex('org\\.opensaml.*')
+ includeGroupByRegex('net\\.shibboleth.*')
43
}
44
45
mavenCentral()
0 commit comments