Merge pull request #462 from thc202/issues-page-gradle-purge

Fix issues in Gradle's dependencyCheckPurge task site page
This commit is contained in:
Jeremy Long
2016-03-06 18:54:03 -05:00

View File

@@ -4,7 +4,7 @@ Tasks
Task | Description
----------------------------------------------------|-----------------------
[dependencyCheck](configuration.html) | Runs dependency-check against the project and generates a report.
[dependencyCheckUpdate]](configuration-update.html) | Updates the local cache of the NVD data from NIST.
[dependencyCheckUpdate](configuration-update.html) | Updates the local cache of the NVD data from NIST.
dependencyCheckPurge | Deletes the local copy of the NVD. This is used to force a refresh of the data.
Configuration: dependencyCheckPurge
@@ -24,7 +24,7 @@ Config Group | Property | Description
-------------|-------------------|---------------------------------------------------------------------------------------------|------------------
data | directory | Sets the data directory to hold SQL CVEs contents. This should generally not be changed. |  
$H$H$H$H Example
#### Example
```groovy
dependencyCheckPurge {
data {