From 25944cad4ac7d64d6145820ec699331d5c65c0e5 Mon Sep 17 00:00:00 2001 From: Edward Gao Date: Wed, 9 Oct 2024 13:50:54 -0700 Subject: [PATCH] Bulk CDK: remove redundant source set? (#46690) --- buildSrc/src/main/groovy/airbyte-bulk-connector.gradle | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/buildSrc/src/main/groovy/airbyte-bulk-connector.gradle b/buildSrc/src/main/groovy/airbyte-bulk-connector.gradle index 4e0dd5201f1..7828a15321c 100644 --- a/buildSrc/src/main/groovy/airbyte-bulk-connector.gradle +++ b/buildSrc/src/main/groovy/airbyte-bulk-connector.gradle @@ -140,16 +140,6 @@ class AirbyteBulkConnectorPlugin implements Plugin { } } } - - project.kotlin { - sourceSets { - testIntegration { - kotlin.srcDir 'src/test-integration/kotlin' - resources.srcDir 'src/test-integration/resources' - } - } - } - project.tasks.named('spotbugsTest').configure { enabled = false }