Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Add Airbyte public jars mirror. (airbytehq#21078)
Browse files Browse the repository at this point in the history
Twitter maven is down due to Elon. This jar is only hosted on twitter's maven. We've uploaded a pinned version of this jar to our own public repo.

This PR adjusts the build.gradle to consume jars from this public repo.
  • Loading branch information
davinchia authored Jan 5, 2023
1 parent cc80142 commit 23a1110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 23a1110

Please sign in to comment.