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 ### Proxy Configuration
Property | Description | Default Value Config Group | Property | Description | Default Value
------------------|------------------------------------|------------------ -------------|-------------------|------------------------------------|------------------
server | The proxy server. |   proxy | server | The proxy server. |  
port | The proxy port. |   proxy | port | The proxy port. |  
username | Defines the proxy user name. |   proxy | username | Defines the proxy user name. |  
password | Defines the proxy password. |   proxy | password | Defines the proxy password. |  
#### Example #### Example
```groovy ```groovy

View File

@@ -49,12 +49,12 @@ dependencyCheck {
### Proxy Configuration ### Proxy Configuration
Property | Description | Default Value Config Group | Property | Description | Default Value
------------------|------------------------------------|------------------ -------------|-------------------|------------------------------------|------------------
server | The proxy server; see the [proxy configuration](../data/proxy.html) page for more information. |   proxy | server | The proxy server; see the [proxy configuration](../data/proxy.html) page for more information. |  
port | The proxy port. |   proxy | port | The proxy port. |  
username | Defines the proxy user name. |   proxy | username | Defines the proxy user name. |  
password | Defines the proxy password. |   proxy | password | Defines the proxy password. |  
#### Example #### Example
```groovy ```groovy