Przeglądaj źródła

reactive/webflux/authentication/x509 useJUnitPlatform

Rob Winch 5 lat temu
rodzic
commit
1878c398fa

+ 4 - 0
reactive/webflux/authentication/x509/build.gradle

@@ -18,3 +18,7 @@ dependencies {
 	testImplementation 'org.springframework.security:spring-security-test'
 }
 
+
+tasks.withType(Test).configureEach {
+	useJUnitPlatform()
+}