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() +}