From 30afb25e7b0c4a03530de758a94d783b8e62e884 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 27 Jul 2020 15:50:43 -0500 Subject: [PATCH] reactive/webfux/hello-security-explicit useJUnitPlatform --- reactive/webflux/hello-security-explicit/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactive/webflux/hello-security-explicit/build.gradle b/reactive/webflux/hello-security-explicit/build.gradle index 234519c..1534ae7 100644 --- a/reactive/webflux/hello-security-explicit/build.gradle +++ b/reactive/webflux/hello-security-explicit/build.gradle @@ -20,3 +20,7 @@ dependencies { integTestImplementation "org.seleniumhq.selenium:htmlunit-driver" } + +tasks.withType(Test).configureEach { + useJUnitPlatform() +}