From a18f651b66fc855755a4f29f6fbc94e4299b6132 Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Mon, 14 May 2018 12:36:15 -0700 Subject: [PATCH] [SHIBUI-479] Temporary fix beacuse cryptacular 1.1.3 was released and opensaml depends on 1.1.3-SNAPSHOT upstream. --- backend/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index ab5635d5d..2914c1a70 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -14,6 +14,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 repositories { + mavenLocal() jcenter() maven { url 'https://build.shibboleth.net/nexus/content/groups/public' @@ -180,4 +181,4 @@ tasks.withType(JavaExec) { compileJava { dependsOn generateSources -} \ No newline at end of file +}