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