Skip to content

Commit

Permalink
Bulk CDK Plugin: typo in build.gradle (#45933)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-schmidt authored Sep 26, 2024
1 parent 1f7158f commit a6b721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/airbyte-bulk-connector.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class AirbyteBulkConnectorPlugin implements Plugin<Project> {
testFixturesRuntimeOnly.extendsFrom runtimeOnly

integrationTestJavaImplementation.extendsFrom testImplementation
integrationTesJavaRuntimeOnly.extendsFrom testRuntimeOnly
integrationTestJavaRuntimeOnly.extendsFrom testRuntimeOnly
}

project.extensions.create('airbyteBulkConnector', AirbyteBulkConnectorExtension, project)
Expand Down

0 comments on commit a6b721f

Please sign in to comment.