Skip to content

Commit

Permalink
undo useLocalCdk = true from airbytehq#34745 (airbytehq#35054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Posta authored and jatinyadav-cc committed Feb 21, 2024
1 parent 3fa4825 commit 303f262
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ airbyteJavaConnector {
's3-destinations',
'typing-deduping',
]
useLocalCdk = true
useLocalCdk = false
}

application {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
airbyteJavaConnector {
cdkVersionRequired = '0.19.0'
features = ['db-destinations', 's3-destinations', 'gcs-destinations']
useLocalCdk = true
useLocalCdk = false
}

application {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
airbyteJavaConnector {
cdkVersionRequired = '0.19.0'
features = ['db-destinations', 'datastore-mongo']
useLocalCdk = true
useLocalCdk = false
}

application {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
airbyteJavaConnector {
cdkVersionRequired = '0.19.0'
features = ['db-destinations', 'datastore-mongo']
useLocalCdk = true
useLocalCdk = false
}

java {
Expand All @@ -21,4 +21,6 @@ application {

dependencies {
implementation 'commons-codec:commons-codec:1.16.0'

testImplementation 'org.testcontainers:mongodb:1.19.0'
}

0 comments on commit 303f262

Please sign in to comment.