Browse Source

Link explicitly to JUnit 5.3.2 instead of current version

pull/22245/head
Sam Brannen 6 years ago
parent
commit
304c85ec70
  1. 2
      build.gradle

2
build.gradle

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

Loading…
Cancel
Save