Skip to content

Commit

Permalink
Provide external links to JUnit in published Javadoc API
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jan 8, 2019
1 parent 4938dab commit 29ab38a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
}

Expand Down

0 comments on commit 29ab38a

Please sign in to comment.