From bd7c6a259a18a3b9f85e51e09576b79a6d7a5b52 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 27 Jul 2020 15:49:52 -0500 Subject: [PATCH] reactive/webflux/authentication/username-pasword/form useJunitPlatform --- .../authentication/username-password/form/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactive/webflux/authentication/username-password/form/build.gradle b/reactive/webflux/authentication/username-password/form/build.gradle index 0a06e6a..3506aad 100644 --- a/reactive/webflux/authentication/username-password/form/build.gradle +++ b/reactive/webflux/authentication/username-password/form/build.gradle @@ -22,3 +22,7 @@ dependencies { integTestImplementation 'org.seleniumhq.selenium:htmlunit-driver' } + +tasks.withType(Test).configureEach { + useJUnitPlatform() +}