Fix issues in Gradle's dependencyCheckPurge task site page

Fix broken link to dependencyCheckUpdate task page, remove repeated
closing character ']'.
Replace $H with # in the heading of the example.
This commit is contained in:
thc202
2016-03-06 23:46:12 +00:00
parent 225851f067
commit 091e6026bc

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 {