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.
1 parent 30bc263 commit 82e5f62Copy full SHA for 82e5f62
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