Skip to content

Commit

Permalink
updated documentation per #3179
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Mar 4, 2021
1 parent bd646c6 commit 8967200
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/site/markdown/dependency-check-gradle/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,7 @@ dependencyCheck {

### Proxy Configuration

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. |  
proxy | nonProxyHosts | The list of hosts that do not use a proxy. |  

#### Example
```groovy
dependencyCheck {
proxy {
server=some.proxy.server
port=8989
}
}
```
Please see https://docs.gradle.org/current/userguide/build_environment.html#sec:accessing_the_web_via_a_proxy

### Advanced Configuration

Expand Down

0 comments on commit 8967200

Please sign in to comment.