mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
Prepend “proxy” config group column to configuration table of the Gradle plugin
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user