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