Browse Source

Provide external links to JUnit in published Javadoc API

pull/22245/head
Sam Brannen 7 years ago
parent
commit
29ab38acb2
  1. 4
      build.gradle

4
build.gradle

@ -190,7 +190,9 @@ configure(allprojects) { project -> @@ -190,7 +190,9 @@ configure(allprojects) { project ->
"http://fasterxml.github.io/jackson-core/javadoc/2.9/",
"http://fasterxml.github.io/jackson-databind/javadoc/2.9/",
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/"
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
"https://junit.org/junit4/javadoc/latest/",
"https://junit.org/junit5/docs/current/api/"
] as String[]
}

Loading…
Cancel
Save