Skip to content

Commit 91df011

Browse files
committed
Manual URL Cleanup
Closes spring-projectsgh-22518
1 parent 412cd83 commit 91df011

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ configure(allprojects) { project ->
178178
"https://tiles.apache.org/framework/apidocs/",
179179
"http://aopalliance.sourceforge.net/doc/",
180180
"https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
181-
"https://www.ehcache.org/apidocs/",
182-
"https://www.quartz-scheduler.org/api/2.2.0/",
183-
"https://fasterxml.github.com/jackson-core/javadoc/2.3.0/",
184-
"https://fasterxml.github.com/jackson-databind/javadoc/2.3.0/",
181+
"https://www.ehcache.org/apidocs/${ehcacheVersion}/",
182+
"https://www.quartz-scheduler.org/api/2.2.2/",
183+
"https://fasterxml.github.io/jackson-core/javadoc/2.3.0/",
184+
"https://fasterxml.github.io/jackson-databind/javadoc/2.3.0/",
185185
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.3.0/",
186186
"https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
187187
] as String[]

0 commit comments

Comments
 (0)