mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +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
|
### 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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user