فهرست منبع

Merge branch '6.0.x' into 6.1.x

Use includeGroupByRegex

This makes the include more robust

Issue gh-13582
Rob Winch 2 سال پیش
والد
کامیت
a6c3817a45
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      buildSrc/src/main/groovy/io/spring/gradle/convention/RepositoryConventionPlugin.groovy

+ 2 - 2
buildSrc/src/main/groovy/io/spring/gradle/convention/RepositoryConventionPlugin.groovy

@@ -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()