mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-25 03:33:30 +00:00
Merge branch '5.8.x' into 6.0.x
Use includeGroupByRegex This makes the include more robust Issue gh-13582
This commit is contained in:
commit
c4b773b150
@ -38,8 +38,8 @@ class RepositoryConventionPlugin implements Plugin<Project> {
|
|||||||
name = 'shibboleth'
|
name = 'shibboleth'
|
||||||
url = 'https://build.shibboleth.net/nexus/content/repositories/releases/'
|
url = 'https://build.shibboleth.net/nexus/content/repositories/releases/'
|
||||||
content {
|
content {
|
||||||
includeGroup('org.opensaml')
|
includeGroupByRegex('org\\.opensaml.*')
|
||||||
includeGroup('net.shibboleth.utilities')
|
includeGroupByRegex('net\\.shibboleth.*')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user