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 eb7d61c commit 2468790Copy full SHA for 2468790
gradle/common-java.gradle
@@ -56,7 +56,7 @@ dependencyCheck {
56
}
57
outputDirectory = "${project.buildDir}/reports/dependency-check"
58
formats = ['HTML', 'JUNIT']
59
- skipConfigurations = ['mavenDeployer']
+ skipConfigurations = ['mavenDeployer', 'findbugs']
60
cveValidForHours = 1
61
failBuildOnCVSS = 0
62
0 commit comments