From a636420239f7e664a654f6aa8d6e3a9b9b2da056 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 12 Mar 2019 17:44:26 +0100 Subject: [PATCH] Manual URL Cleanup See gh-22517 --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4b47ac378d..5ce2b5ce1b 100644 --- a/build.gradle +++ b/build.gradle @@ -114,11 +114,11 @@ configure(allprojects) { project -> "https://tiles.apache.org/framework/apidocs/", "http://aopalliance.sourceforge.net/doc/", "https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/", - "https://www.ehcache.org/apidocs/2.6.9/package-list?", - "https://www.quartz-scheduler.org/api/2.2.2/package-list?", + "https://www.ehcache.org/apidocs/2.6.9/", + "https://www.quartz-scheduler.org/api/2.2.2/", "https://jackson.codehaus.org/1.9.4/javadoc/", - "https://fasterxml.github.io/jackson-core/javadoc/2.3.0/package-list?", - "https://fasterxml.github.io/jackson-databind/javadoc/2.3.0/package-list?", + "https://fasterxml.github.io/jackson-core/javadoc/2.3.0/", + "https://fasterxml.github.io/jackson-databind/javadoc/2.3.0/", "https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs" ] as String[] } -- GitLab