We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45dae2c commit 76e1057Copy full SHA for 76e1057
airbyte-cdk/java/airbyte-cdk/build.gradle
@@ -50,6 +50,9 @@ allprojects {
50
testFixturesImplementation.extendsFrom implementation
51
testFixturesRuntimeOnly.extendsFrom runtimeOnly
52
}
53
+
54
+ // This is necessary because the mockit.kotlin any() generates a bunch of bad casts
55
+ spotbugsTest.omitVisitors = ['FindBadCast2']
56
57
58
description = "Airbyte Connector Development Kit (CDK) for Java."
0 commit comments