From b705ae5f0c45d7a31ec653d17513973a8d9da4f1 Mon Sep 17 00:00:00 2001 From: nicolastrres Date: Wed, 6 Jul 2016 14:57:24 -0300 Subject: [PATCH] Updating gradle dependencyCheck documentation --- src/site/markdown/dependency-check-gradle/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/dependency-check-gradle/configuration.md b/src/site/markdown/dependency-check-gradle/configuration.md index 5234be304..02dd93284 100644 --- a/src/site/markdown/dependency-check-gradle/configuration.md +++ b/src/site/markdown/dependency-check-gradle/configuration.md @@ -26,7 +26,7 @@ suppressionFile | The file path to the XML suppression file \- used to supp dependencyCheck { autoUpdate=false cveValidForHours=1 - format=ALL + format='ALL' } ```