Skip to content

Commit ded27f6

Browse files
stephane-airbytenurikk-sa
authored andcommitted
convert cdk azure submodule to kotlin (airbytehq#36419)
convert cdk azure submodule to kotlin fix compiler errors
1 parent 643276f commit ded27f6

File tree

8 files changed

+405
-393
lines changed

8 files changed

+405
-393
lines changed

airbyte-cdk/java/airbyte-cdk/azure-destinations/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
compileKotlin {
2+
compilerOptions {
3+
allWarningsAsErrors = false
4+
}
5+
}
6+
17
dependencies {
28
implementation project(':airbyte-cdk:java:airbyte-cdk:dependencies')
39
implementation project(':airbyte-cdk:java:airbyte-cdk:core')

airbyte-cdk/java/airbyte-cdk/azure-destinations/src/main/java/io/airbyte/cdk/integrations/destination/jdbc/copy/azure/AzureBlobStorageConfig.java

Lines changed: 0 additions & 61 deletions
This file was deleted.

airbyte-cdk/java/airbyte-cdk/azure-destinations/src/main/java/io/airbyte/cdk/integrations/destination/jdbc/copy/azure/AzureBlobStorageStreamCopier.java

Lines changed: 0 additions & 276 deletions
This file was deleted.

0 commit comments

Comments
 (0)