Commit b794c2a 1 parent 9204e8b commit b794c2a Copy full SHA for b794c2a
File tree 2 files changed +4
-4
lines changed
airbyte-integrations/connectors
destination-mysql-strict-encrypt
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ plugins {
4
4
}
5
5
6
6
airbyteJavaConnector {
7
- cdkVersionRequired = ' 0.30.2 '
7
+ cdkVersionRequired = ' 0.33.0 '
8
8
features = [' db-destinations' , ' typing-deduping' ]
9
- useLocalCdk = true
9
+ useLocalCdk = false
10
10
}
11
11
12
12
// remove once upgrading the CDK version to 0.4.x or later
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ plugins {
4
4
}
5
5
6
6
airbyteJavaConnector {
7
- cdkVersionRequired = ' 0.30.2 '
7
+ cdkVersionRequired = ' 0.33.0 '
8
8
features = [' db-destinations' , ' typing-deduping' ]
9
- useLocalCdk = true
9
+ useLocalCdk = false
10
10
}
11
11
12
12
// remove once upgrading the CDK version to 0.4.x or later
You can’t perform that action at this time.
0 commit comments