Skip to content

Commit

Permalink
Destination Postgres: Kotlin auto conversion src/main/java -> src/mai…
Browse files Browse the repository at this point in the history
…n/kotlin (#39388)
  • Loading branch information
gisripa committed Jun 13, 2024
1 parent a74bd22 commit 7fb208b
Show file tree
Hide file tree
Showing 18 changed files with 932 additions and 778 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 25c5221d-dce2-4163-ade9-739ef790f503
dockerImageTag: 2.0.11
dockerImageTag: 2.0.12
dockerRepository: airbyte/destination-postgres-strict-encrypt
documentationUrl: https://docs.airbyte.com/integrations/destinations/postgres
githubIssueLabel: destination-postgres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ plugins {
}

airbyteJavaConnector {
cdkVersionRequired = '0.33.2'
cdkVersionRequired = '0.35.15'
features = ['db-destinations', 'datastore-postgres', 'typing-deduping']
useLocalCdk = false
}

compileKotlin {
compilerOptions {
allWarningsAsErrors = false
}
}

application {
mainClass = 'io.airbyte.integrations.destination.postgres.PostgresDestination'
applicationDefaultJvmArgs = ['-XX:+ExitOnOutOfMemoryError', '-XX:MaxRAMPercentage=75.0']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 25c5221d-dce2-4163-ade9-739ef790f503
dockerImageTag: 2.0.11
dockerImageTag: 2.0.12
dockerRepository: airbyte/destination-postgres
documentationUrl: https://docs.airbyte.com/integrations/destinations/postgres
githubIssueLabel: destination-postgres
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7fb208b

Please sign in to comment.