Explorar el Código

reactive/webfux/hello-security-explicit useJUnitPlatform

Rob Winch hace 5 años
padre
commit
30afb25e7b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      reactive/webflux/hello-security-explicit/build.gradle

+ 4 - 0
reactive/webflux/hello-security-explicit/build.gradle

@@ -20,3 +20,7 @@ dependencies {
 
 	integTestImplementation "org.seleniumhq.selenium:htmlunit-driver"
 }
+
+tasks.withType(Test).configureEach {
+	useJUnitPlatform()
+}