Skip to content

Commit b794c2a

Browse files
committed
switch to cdk artifact
1 parent 9204e8b commit b794c2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

airbyte-integrations/connectors/destination-mysql-strict-encrypt/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ plugins {
44
}
55

66
airbyteJavaConnector {
7-
cdkVersionRequired = '0.30.2'
7+
cdkVersionRequired = '0.33.0'
88
features = ['db-destinations', 'typing-deduping']
9-
useLocalCdk = true
9+
useLocalCdk = false
1010
}
1111

1212
//remove once upgrading the CDK version to 0.4.x or later

airbyte-integrations/connectors/destination-mysql/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ plugins {
44
}
55

66
airbyteJavaConnector {
7-
cdkVersionRequired = '0.30.2'
7+
cdkVersionRequired = '0.33.0'
88
features = ['db-destinations', 'typing-deduping']
9-
useLocalCdk = true
9+
useLocalCdk = false
1010
}
1111

1212
//remove once upgrading the CDK version to 0.4.x or later

0 commit comments

Comments
 (0)