Skip to content

Commit

Permalink
convert datastore-bigquery to kotlin (#36411)
Browse files Browse the repository at this point in the history
convert datastore-bigquery to kotlin

fix compilation errors
  • Loading branch information
stephane-airbyte authored Mar 27, 2024
1 parent cbf8ed3 commit 74fe251
Show file tree
Hide file tree
Showing 10 changed files with 518 additions and 463 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.28.3
version=0.28.4
21 changes: 21 additions & 0 deletions airbyte-cdk/java/airbyte-cdk/datastore-bigquery/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion

compileTestFixturesKotlin {
compilerOptions {
allWarningsAsErrors = false
}
}

compileTestKotlin {
compilerOptions {
allWarningsAsErrors = false
}
}

compileKotlin {
compilerOptions {
allWarningsAsErrors = false
}
}

dependencies {
implementation project(':airbyte-cdk:java:airbyte-cdk:dependencies')
implementation project(':airbyte-cdk:java:airbyte-cdk:core')
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 74fe251

Please sign in to comment.