From cbf30d4553b7b57b494c951d8d6a077f119f4a06 Mon Sep 17 00:00:00 2001 From: Topher Lubaway Date: Thu, 5 Jan 2023 14:08:38 -0600 Subject: [PATCH] Jar is no longer at old place. adds mirror this file also needs to be aware of the local mirror for some connector builds more context: https://airbytehq-team.slack.com/archives/C046KQF5GBT/p1672921075258829 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 90a7ec6fcbe4..8b11def5547a 100644 --- a/build.gradle +++ b/build.gradle @@ -294,7 +294,7 @@ subprojects { subproj -> url 'https://jitpack.io' } maven { - url 'https://maven.twttr.com' + url 'https://airbyte.mycloudrepo.io/public/repositories/airbyte-public-jars/' } }