Skip to content

Commit 0adabdb

Browse files
committed
Manual URL Cleanup
Closes gh-22520
1 parent 8839094 commit 0adabdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ configure(allprojects) { project ->
200200
"https://tiles.apache.org/tiles-request/apidocs/",
201201
"https://tiles.apache.org/framework/apidocs/",
202202
"https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
203-
"https://www.ehcache.org/apidocs/${ehcacheVersion}",
204-
"https://www.ehcache.org/apidocs/${ehcache3Version}",
205-
"https://www.quartz-scheduler.org/api/2.2.1/",
203+
"https://www.ehcache.org/apidocs/${ehcacheVersion}/",
204+
"https://www.ehcache.org/apidocs/${ehcache3Version}/",
205+
"https://www.quartz-scheduler.org/api/2.2.3/",
206206
"https://fasterxml.github.io/jackson-core/javadoc/2.8/",
207207
"https://fasterxml.github.io/jackson-databind/javadoc/2.8/",
208208
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.8/",

0 commit comments

Comments
 (0)