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