🎉 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:
committed by
GitHub
parent
b79984ab7d
commit
3e7f95c25a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user