Skip to content

Commit 23a1110

Browse files
authored
Add Airbyte public jars mirror. (#21078)
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.
1 parent cc80142 commit 23a1110

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ apply from: "$rootDir/publish-repositories.gradle"
4343

4444
repositories {
4545
mavenCentral()
46+
maven {
47+
url 'https://airbyte.mycloudrepo.io/public/repositories/airbyte-public-jars/'
48+
}
4649
}
4750

4851
Properties env = new Properties()

0 commit comments

Comments
 (0)