Browse Source

Manual URL Cleanup

See gh-22515
pull/26676/head
Sam Brannen 7 years ago
parent
commit
79f416ddb8
  1. 2
      build.gradle

2
build.gradle

@ -182,7 +182,7 @@ configure(allprojects) { project -> @@ -182,7 +182,7 @@ configure(allprojects) { project ->
"https://tiles.apache.org/framework/apidocs/",
"https://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
"https://www.ehcache.org/apidocs/2.10.4",
"https://www.quartz-scheduler.org/api/${quartzVersion}/package-list?",
"https://www.quartz-scheduler.org/api/${quartzVersion}/",
"https://fasterxml.github.io/jackson-core/javadoc/2.9/",
"https://fasterxml.github.io/jackson-databind/javadoc/2.9/",
"https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",

Loading…
Cancel
Save