Merge pull request #526 from nicolastrres/master

Updating gradle dependencyCheck documentation
This commit is contained in:
Jeremy Long
2016-07-07 06:05:12 -04:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ suppressionFile | The file path to the XML suppression file \- used to supp
dependencyCheck { dependencyCheck {
autoUpdate=false autoUpdate=false
cveValidForHours=1 cveValidForHours=1
format=ALL format='ALL'
} }
``` ```