From ef88df6f75a079802021314c2095b5bccd373b15 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 27 Jul 2020 15:49:30 -0500 Subject: [PATCH] reactive/rsocket/hello-security useJunitPlatform --- reactive/rsocket/hello-security/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactive/rsocket/hello-security/build.gradle b/reactive/rsocket/hello-security/build.gradle index 7187ee7..bf6c649 100644 --- a/reactive/rsocket/hello-security/build.gradle +++ b/reactive/rsocket/hello-security/build.gradle @@ -18,3 +18,7 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' } + +tasks.withType(Test).configureEach { + useJUnitPlatform() +}