Skip to content

Commit

Permalink
[javadoc] Fix links to JDK (not resolved if !https due to redirection)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Nov 9, 2017
1 parent af0cb62 commit a0d8126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ ext {
assertJVersion = '3.8.0'
mockitoVersion = '2.10.0'

javadocLinks = ["http://docs.oracle.com/javase/8/docs/api/",
"http://docs.oracle.com/javaee/6/api/",
javadocLinks = ["https://docs.oracle.com/javase/8/docs/api/",
"https://docs.oracle.com/javaee/6/api/",
"http://www.reactive-streams.org/reactive-streams-1.0.1-javadoc/"] as
String[]

Expand Down

0 comments on commit a0d8126

Please sign in to comment.