Skip to content

Commit

Permalink
destination-s3 remove useLocalCdk (#38326)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-airbyte committed May 17, 2024
1 parent f9baa3e commit d2e9c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/destination-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

airbyteJavaConnector {
cdkVersionRequired = '0.30.8'
cdkVersionRequired = '0.35.5'
features = ['db-destinations', 's3-destinations']
useLocalCdk = true
useLocalCdk = false
}

airbyteJavaConnector.addCdkDependencies()
Expand Down

0 comments on commit d2e9c92

Please sign in to comment.