From 240d06d7e40a65c33099688aa0b3b53889cc9ff4 Mon Sep 17 00:00:00 2001 From: Stefan Neuhaus Date: Sat, 29 Jul 2017 14:12:33 +0200 Subject: [PATCH] Reference the Gradle Plugin proxy configuration page in the more general Proxy configuration page --- src/site/markdown/data/proxy.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/site/markdown/data/proxy.md b/src/site/markdown/data/proxy.md index b67fcacf8..098e0e492 100644 --- a/src/site/markdown/data/proxy.md +++ b/src/site/markdown/data/proxy.md @@ -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.