From 0336fcb7a3f3ac2cc34af80191d14bc63a9e419d Mon Sep 17 00:00:00 2001 From: Stefan Neuhaus Date: Sat, 29 Jul 2017 14:53:00 +0200 Subject: [PATCH] =?UTF-8?q?Prepend=20=E2=80=9Cproxy=E2=80=9D=20config=20gr?= =?UTF-8?q?oup=20column=20to=20configuration=20table=20of=20the=20Gradle?= =?UTF-8?q?=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dependency-check-gradle/configuration-update.md | 12 ++++++------ .../dependency-check-gradle/configuration.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/site/markdown/dependency-check-gradle/configuration-update.md b/src/site/markdown/dependency-check-gradle/configuration-update.md index 39186fba8..d61921d60 100644 --- a/src/site/markdown/dependency-check-gradle/configuration-update.md +++ b/src/site/markdown/dependency-check-gradle/configuration-update.md @@ -38,12 +38,12 @@ dependencyCheck { ### Proxy Configuration -Property | Description | Default Value -------------------|------------------------------------|------------------ -server | The proxy server. |   -port | The proxy port. |   -username | Defines the proxy user name. |   -password | Defines the proxy password. |   +Config Group | Property | Description | Default Value +-------------|-------------------|------------------------------------|------------------ +proxy | server | The proxy server. |   +proxy | port | The proxy port. |   +proxy | username | Defines the proxy user name. |   +proxy | password | Defines the proxy password. |   #### Example ```groovy diff --git a/src/site/markdown/dependency-check-gradle/configuration.md b/src/site/markdown/dependency-check-gradle/configuration.md index c8775cc9d..633536f82 100644 --- a/src/site/markdown/dependency-check-gradle/configuration.md +++ b/src/site/markdown/dependency-check-gradle/configuration.md @@ -49,12 +49,12 @@ dependencyCheck { ### Proxy Configuration -Property | Description | Default Value -------------------|------------------------------------|------------------ -server | The proxy server; see the [proxy configuration](../data/proxy.html) page for more information. |   -port | The proxy port. |   -username | Defines the proxy user name. |   -password | Defines the proxy password. |   +Config Group | Property | Description | Default Value +-------------|-------------------|------------------------------------|------------------ +proxy | server | The proxy server; see the [proxy configuration](../data/proxy.html) page for more information. |   +proxy | port | The proxy port. |   +proxy | username | Defines the proxy user name. |   +proxy | password | Defines the proxy password. |   #### Example ```groovy