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

Pin cdk back to 0.1.0 for postgres, mysql, mssql (#31085)

This commit is contained in:
Akash Kulkarni
2023-10-04 16:11:05 -07:00
committed by GitHub
parent c7c5b2304a
commit 4787b7124f
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
airbyteJavaConnector {
cdkVersionRequired = '0.1.2'
cdkVersionRequired = '0.1.0'
features = ['db-sources']
useLocalCdk = false
}