Explorar el Código

reactive/webflux/authentication/x509 useJUnitPlatform

Rob Winch hace 5 años
padre
commit
1878c398fa
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      reactive/webflux/authentication/x509/build.gradle

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