Browse Source

Manual URL Cleanup

Closes gh-22520
pull/22632/head
Sam Brannen 7 years ago
parent
commit
0adabdbae0
  1. 6
      build.gradle

6
build.gradle

@ -200,9 +200,9 @@ configure(allprojects) { project -> @@ -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/",

Loading…
Cancel
Save