aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2024-12-24 11:50:30 +0100
committerMatteo Mara <matteo.mara@sonarsource.com>2024-12-24 12:05:26 +0100
commitd8fc7b8ca13d1b9fd69c40d876a1588ec2c58350 (patch)
tree80ea42cce0f82c70745deddb69df9480dfaa2ea6
parent1d391e1284d7b12ff68777fd6ab42f32165f7bba (diff)
downloadsonarqube-task/mm/restore-public-build.tar.gz
sonarqube-task/mm/restore-public-build.zip
DO NOT MERGE Adding shibboleth for OpenSaml dependencytask/mm/restore-public-build
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index e41d7121e91..d8ce8d86925 100644
--- a/build.gradle
+++ b/build.gradle
@@ -114,6 +114,9 @@ allprojects {
maven {
url 'https://maven.codelibs.org/'
}
+ maven {
+ url 'https://build.shibboleth.net/nexus/content/repositories/releases/'
+ }
}
ivy {
if (artifactoryUsername && artifactoryPassword) {