Skip to content

Commit

Permalink
Link explicitly to JUnit 4.12 instead of beta version
Browse files Browse the repository at this point in the history
For details, see: junit-team/junit4#1585
  • Loading branch information
sbrannen committed Jan 8, 2019
1 parent e15b96a commit 7a88e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ configure(allprojects) { project ->
"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/",
"https://junit.org/junit4/javadoc/latest/",
"https://junit.org/junit4/javadoc/4.12/",
"https://junit.org/junit5/docs/current/api/"
] as String[]
}
Expand Down

0 comments on commit 7a88e6d

Please sign in to comment.