This commit is contained in:
Jeremy Long
2017-03-14 09:06:17 -04:00
parent 371dba948d
commit 97b2e1a4da
3 changed files with 7 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ The following properties can be configured for the dependencyCheckUpdate task:
Property | Description | Default Value
---------------------|------------------------------------|------------------
cveValidForHours | Sets the number of hours to wait before checking for new updates from the NVD. | 4
failOnError | Fails the build if an error occurs during the dependency-check analysis. | true
#### Example
```groovy