Skip to content

Commit 2468790

Browse files
committed
dependencyCheck: skip findbugs dependencies
1 parent eb7d61c commit 2468790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/common-java.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencyCheck {
5656
}
5757
outputDirectory = "${project.buildDir}/reports/dependency-check"
5858
formats = ['HTML', 'JUNIT']
59-
skipConfigurations = ['mavenDeployer']
59+
skipConfigurations = ['mavenDeployer', 'findbugs']
6060
cveValidForHours = 1
6161
failBuildOnCVSS = 0
6262
}

0 commit comments

Comments
 (0)