Skip to content

Commit 7ba5ee3

Browse files
committed
Link explicitly to JUnit 5.0.3 instead of current version
1 parent c6e5008 commit 7ba5ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ configure(allprojects) { project ->
193193
"http://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/",
194194
"http://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/",
195195
"https://junit.org/junit4/javadoc/4.12/",
196-
"https://junit.org/junit5/docs/current/api/"
196+
"https://junit.org/junit5/docs/${junitJupiterVersion}/api/"
197197
] as String[]
198198
}
199199

0 commit comments

Comments
 (0)