diff --git a/build.gradle b/build.gradle index 6b1eeff05dd6..90a7ec6fcbe4 100644 --- a/build.gradle +++ b/build.gradle @@ -43,6 +43,9 @@ apply from: "$rootDir/publish-repositories.gradle" repositories { mavenCentral() + maven { + url 'https://airbyte.mycloudrepo.io/public/repositories/airbyte-public-jars/' + } } Properties env = new Properties()