Skip to content

Commit

Permalink
Java connectors: Fix kotlin compilation (#37346)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao committed Apr 16, 2024
1 parent 21a4cf7 commit df2bb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/airbyte-java-connector.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class AirbyteJavaConnectorPlugin implements Plugin<Project> {
srcDir 'src/test-performance/java'
}
kotlin {
srcDir 'src/test-integration/kotlin'
srcDir 'src/test-performance/kotlin'
}
resources {
srcDir 'src/test-performance/resources'
Expand Down

0 comments on commit df2bb71

Please sign in to comment.