chore: shorten verbose block comments across SaaS branch

This commit is contained in:
Anthony Stirling
2026-06-08 18:38:00 +01:00
parent 8b2baaf0a0
commit 1d5ce8a1d2
12 changed files with 24 additions and 159 deletions
+1 -6
View File
@@ -185,11 +185,7 @@ subprojects {
allowInsecureProtocol = true
}
}
// Maven Central first: it hosts the vast majority of artifacts, so Gradle
// never has to consult the slower/less-reliable mirrors below for them.
// shibboleth + jboss remain as fallbacks for the few artifacts only they
// serve (Gradle falls through on a 404). Keeping them ahead of Central
// meant a jboss outage (503) aborted resolution of common deps.
// Maven Central first; mirrors below are fallbacks for niche artifacts.
mavenCentral()
maven { url = "https://build.shibboleth.net/maven/releases" }
maven { url = "https://repository.jboss.org/" }
@@ -588,7 +584,6 @@ repositories {
allowInsecureProtocol = true
}
}
// Maven Central first (see note in the subprojects repositories block above).
mavenCentral()
maven { url = "https://build.shibboleth.net/maven/releases" }
}