1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🎉 Support build on MacOS M1 (Apple Silicon) (#7104)

- See this doc for details: https://github.com/airbytehq/airbyte/blob/master/docs/contributing-to-airbyte/developing-locally.md
- Unit test does not work yet.
This commit is contained in:
Harsha Teja Kanna
2021-10-19 13:20:21 -05:00
committed by GitHub
parent b79984ab7d
commit 3e7f95c25a
45 changed files with 103 additions and 51 deletions

View File

@@ -17,12 +17,12 @@ dependencies {
testImplementation project(':airbyte-test-utils')
testImplementation "org.testcontainers:postgresql:1.15.1"
testImplementation "org.testcontainers:postgresql:1.15.3"
integrationTestJavaImplementation project(':airbyte-integrations:bases:standard-destination-test')
integrationTestJavaImplementation project(':airbyte-integrations:connectors:destination-postgres')
integrationTestJavaImplementation "org.testcontainers:postgresql:1.15.1"
integrationTestJavaImplementation "org.testcontainers:postgresql:1.15.3"
implementation files(project(':airbyte-integrations:bases:base-java').airbyteDocker.outputs)
integrationTestJavaImplementation files(project(':airbyte-integrations:bases:base-normalization').airbyteDocker.outputs)