Skip to content

Commit 76e1057

Browse files
disable some spotbugs checks for cdk tests (#36611)
1 parent 45dae2c commit 76e1057

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

airbyte-cdk/java/airbyte-cdk/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ allprojects {
5050
testFixturesImplementation.extendsFrom implementation
5151
testFixturesRuntimeOnly.extendsFrom runtimeOnly
5252
}
53+
54+
// This is necessary because the mockit.kotlin any() generates a bunch of bad casts
55+
spotbugsTest.omitVisitors = ['FindBadCast2']
5356
}
5457

5558
description = "Airbyte Connector Development Kit (CDK) for Java."

0 commit comments

Comments
 (0)