mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
Reference the Gradle Plugin proxy configuration page in the more general Proxy configuration page
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
Proxy Configuration
|
||||
===================
|
||||
All of the dependency-check clients (CLI, Maven, Ant, Jenkins) can be configured
|
||||
All of the dependency-check clients (CLI, Maven, Gradle, Ant, Jenkins) can be configured
|
||||
to use a proxy to connect to the Internet. See the configuration settings for each:
|
||||
|
||||
* [Maven Plugin](https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html)
|
||||
* [Gradle Plugin](https://jeremylong.github.io/DependencyCheck/dependency-check-gradle/configuration.html)
|
||||
* [Ant Task](https://jeremylong.github.io/DependencyCheck/dependency-check-ant/configuration.html)
|
||||
* [Command Line](https://jeremylong.github.io/DependencyCheck/dependency-check-cli/arguments.html)
|
||||
* [Maven Plugin](https://jeremylong.github.io/DependencyCheck/dependency-check-maven/configuration.html)
|
||||
|
||||
Note, it may also be possible to use the core [Java proxy](https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html)
|
||||
system properties instead of the configuration above.
|
||||
|
||||
Reference in New Issue
Block a user