From 12f16687868cfbf1b89422fa6f886b0ea2b5c27b Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Sat, 17 Mar 2018 19:44:41 +0530 Subject: [PATCH] Add junitlauncher task's dependencies in the Library Dependencies manual --- manual/install.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/manual/install.html b/manual/install.html index cfe9266dc..dc15493f9 100644 --- a/manual/install.html +++ b/manual/install.html @@ -788,7 +788,6 @@ these tasks available. Please refer to the Installing A junit.jar junit task (may be in classpath passed to task rather than - Ant's classpath) and junitlauncher task (must be on Ant's classpath) https://junit.org/ @@ -931,6 +930,18 @@ these tasks available. Please refer to the Installing A in tar/untar tasks https://www.tukaani.org/xz/java.html + + JUnit 5 Platform jars: + + + junitlauncher task. Additional libraries maybe needed depending + on the selected test engines, details of which are available in that task's documentation + https://junit.org/junit5/ +

Troubleshooting