Skip to content

Commit

Permalink
Destination Redshift: Auto conversion of src/main/java to Kotlin (#38803
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gisripa authored May 31, 2024
1 parent cf26fa3 commit de16005
Show file tree
Hide file tree
Showing 32 changed files with 1,972 additions and 1,661 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ java {
}
}

compileKotlin {
compilerOptions {
allWarningsAsErrors = false
}
}

airbyteJavaConnector.addCdkDependencies()

application {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: f7a7d195-377f-cf5b-70a5-be6b819019dc
dockerImageTag: 2.6.2
dockerImageTag: 2.6.3
dockerRepository: airbyte/destination-redshift
documentationUrl: https://docs.airbyte.com/integrations/destinations/redshift
githubIssueLabel: destination-redshift
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit de16005

Please sign in to comment.