We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0e4ff commit a77566fCopy full SHA for a77566f
gradle/common-java.gradle
@@ -54,7 +54,7 @@ dependencyCheck {
54
}
55
outputDirectory = "${project.buildDir}/reports/dependency-check"
56
formats = ['HTML', 'JUNIT']
57
- skipConfigurations = ['mavenDeployer']
+ skipConfigurations = ['mavenDeployer', 'findbugs']
58
cveValidForHours = 1
59
failBuildOnCVSS = 0
60
0 commit comments