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

temporarily remove mssl integrations until we can fix ci build bug (#1044)

* context: https://airbytehq.slack.com/archives/C019WEENQRM/p1605924059000200
This commit is contained in:
Charles
2020-11-21 16:59:08 -08:00
committed by GitHub
parent 841063f0ba
commit 77ef410bce

View File

@@ -1,7 +1,8 @@
plugins {
id 'application'
id 'airbyte-docker'
id 'airbyte-integration-test-java'
// todo (cgardens) - bring back when we figure out ci build issue.
// id 'airbyte-integration-test-java'
}
application {
@@ -28,7 +29,7 @@ dependencies {
testImplementation project(':airbyte-test-utils')
integrationTestImplementation project(':airbyte-integrations:bases:standard-source-test')
// integrationTestImplementation project(':airbyte-integrations:bases:standard-source-test')
implementation files(project(':airbyte-integrations:bases:base-java').airbyteDocker.outputs)
integrationTestImplementation files(project(':airbyte-integrations:bases:base-java').airbyteDocker.outputs)