java CDK: hoist top-level gradle projects into CDK (#31960)
Co-authored-by: postamar <postamar@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
airbyteJavaConnector {
|
||||
cdkVersionRequired = '0.1.0'
|
||||
cdkVersionRequired = '0.2.0'
|
||||
features = ['db-sources']
|
||||
useLocalCdk = false
|
||||
}
|
||||
@@ -25,7 +25,6 @@ application {
|
||||
dependencies {
|
||||
implementation libs.postgresql
|
||||
|
||||
implementation libs.airbyte.protocol
|
||||
|
||||
implementation libs.debezium.sqlserver
|
||||
implementation 'com.microsoft.sqlserver:mssql-jdbc:10.2.1.jre8'
|
||||
|
||||
@@ -9,7 +9,7 @@ data:
|
||||
connectorSubtype: database
|
||||
connectorType: source
|
||||
definitionId: b5ea17b1-f170-46dc-bc31-cc744ca984c1
|
||||
dockerImageTag: 2.0.1
|
||||
dockerImageTag: 2.0.2
|
||||
dockerRepository: airbyte/source-mssql
|
||||
documentationUrl: https://docs.airbyte.com/integrations/sources/mssql
|
||||
githubIssueLabel: source-mssql
|
||||
|
||||
Reference in New Issue
Block a user