Skip to content

Commit

Permalink
dependencyCheck: skip findbugs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
littleaj committed Aug 2, 2019
1 parent eb7d61c commit 2468790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/common-java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencyCheck {
}
outputDirectory = "${project.buildDir}/reports/dependency-check"
formats = ['HTML', 'JUNIT']
skipConfigurations = ['mavenDeployer']
skipConfigurations = ['mavenDeployer', 'findbugs']
cveValidForHours = 1
failBuildOnCVSS = 0
}
Expand Down

0 comments on commit 2468790

Please sign in to comment.