mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +02:00
chore: shorten verbose block comments across SaaS branch
This commit is contained in:
+1
-6
@@ -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" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user