1
0
mirror of synced 2025-12-19 18:14:56 -05:00

Bulk CDK: remove redundant source set? (#46690)

This commit is contained in:
Edward Gao
2024-10-09 13:50:54 -07:00
committed by GitHub
parent e8caebe6df
commit 25944cad4a

View File

@@ -140,16 +140,6 @@ class AirbyteBulkConnectorPlugin implements Plugin<Project> {
}
}
}
project.kotlin {
sourceSets {
testIntegration {
kotlin.srcDir 'src/test-integration/kotlin'
resources.srcDir 'src/test-integration/resources'
}
}
}
project.tasks.named('spotbugsTest').configure {
enabled = false
}