Skip to content

Commit 304c85e

Browse files
committed
Link explicitly to JUnit 5.3.2 instead of current version
1 parent f56fa91 commit 304c85e

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

0 commit comments

Comments
 (0)