We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56fa91 commit 304c85eCopy full SHA for 304c85e
build.gradle
@@ -192,7 +192,7 @@ configure(allprojects) { project ->
192
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",
193
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
194
"https://junit.org/junit4/javadoc/4.12/",
195
- "https://junit.org/junit5/docs/current/api/"
+ "https://junit.org/junit5/docs/${junit5Version}/api/"
196
] as String[]
197
}
198
0 commit comments