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 c6e5008 commit 7ba5ee3Copy full SHA for 7ba5ee3
build.gradle
@@ -193,7 +193,7 @@ configure(allprojects) { project ->
193
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",
194
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
195
"https://junit.org/junit4/javadoc/4.12/",
196
- "https://junit.org/junit5/docs/current/api/"
+ "https://junit.org/junit5/docs/${junitJupiterVersion}/api/"
197
] as String[]
198
}
199
0 commit comments