Skip to content

Commit

Permalink
Replace twttr repo to the root build.gradle (#15544)
Browse files Browse the repository at this point in the history
* Fixed bucket naming for S3

* replaced twttr repo to the root build.gradle

* replaced twttr repo to the root build.gradle

Co-authored-by: Oleksandr Sheheda <alexandr-shegeda@users.noreply.github.com>
  • Loading branch information
VitaliiMaltsev and alexandr-shegeda authored Aug 11, 2022
1 parent 51894a0 commit 43b3cd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions airbyte-integrations/connectors/destination-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ plugins {
id 'airbyte-docker'
id 'airbyte-integration-test-java'
}
repositories {
mavenCentral()
maven {
url = uri("https://maven.twttr.com")
}
}

application {
mainClass = 'io.airbyte.integrations.destination.s3.S3Destination'
Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ subprojects {
maven {
url 'https://jitpack.io'
}
maven {
url 'https://maven.twttr.com'
}
}

pmd {
Expand Down

0 comments on commit 43b3cd8

Please sign in to comment.