Prepend “proxy” config group column to configuration table of the Gradle plugin

This commit is contained in:
Stefan Neuhaus
2017-07-29 14:53:00 +02:00
parent 95c0d9b9a0
commit 0336fcb7a3
2 changed files with 12 additions and 12 deletions

View File

@@ -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

View File

@@ -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