From 0adabdbae0c9d0e5dd2cd7c55b6cadf2f2fe582b Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 12 Mar 2019 15:10:35 +0100 Subject: [PATCH] Manual URL Cleanup Closes gh-22520 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 45c069f79aa..d7dc8eb919a 100644 --- a/build.gradle +++ b/build.gradle @@ -200,9 +200,9 @@ configure(allprojects) { project -> "https://tiles.apache.org/tiles-request/apidocs/", "https://tiles.apache.org/framework/apidocs/", "https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/", - "https://www.ehcache.org/apidocs/${ehcacheVersion}", - "https://www.ehcache.org/apidocs/${ehcache3Version}", - "https://www.quartz-scheduler.org/api/2.2.1/", + "https://www.ehcache.org/apidocs/${ehcacheVersion}/", + "https://www.ehcache.org/apidocs/${ehcache3Version}/", + "https://www.quartz-scheduler.org/api/2.2.3/", "https://fasterxml.github.io/jackson-core/javadoc/2.8/", "https://fasterxml.github.io/jackson-databind/javadoc/2.8/", "https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.8/",