From 95c0d9b9a0a74ee5555560245eac8baa9ffb638f Mon Sep 17 00:00:00 2001 From: Stefan Neuhaus Date: Sat, 29 Jul 2017 14:28:10 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20unsupported=20Gradle=20proxy=20configu?= =?UTF-8?q?ration=20setting=20=E2=80=9CconnectionTimeout=E2=80=9D=20from?= =?UTF-8?q?=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../markdown/dependency-check-gradle/configuration-update.md | 1 - src/site/markdown/dependency-check-gradle/configuration.md | 1 - 2 files changed, 2 deletions(-) diff --git a/src/site/markdown/dependency-check-gradle/configuration-update.md b/src/site/markdown/dependency-check-gradle/configuration-update.md index 92ac76d22..39186fba8 100644 --- a/src/site/markdown/dependency-check-gradle/configuration-update.md +++ b/src/site/markdown/dependency-check-gradle/configuration-update.md @@ -44,7 +44,6 @@ server | The proxy server. |   port | The proxy port. |   username | Defines the proxy user name. |   password | Defines the proxy password. |   -connectionTimeout | The URL Connection Timeout. |   #### Example ```groovy diff --git a/src/site/markdown/dependency-check-gradle/configuration.md b/src/site/markdown/dependency-check-gradle/configuration.md index 048454109..c8775cc9d 100644 --- a/src/site/markdown/dependency-check-gradle/configuration.md +++ b/src/site/markdown/dependency-check-gradle/configuration.md @@ -55,7 +55,6 @@ server | The proxy server; see the [proxy configuration](../data/prox port | The proxy port. |   username | Defines the proxy user name. |   password | Defines the proxy password. |   -connectionTimeout | The URL Connection Timeout. |   #### Example ```groovy