Parcourir la source

reactive/webfux/hello-security-explicit useJUnitPlatform

Rob Winch il y a 5 ans
Parent
commit
30afb25e7b
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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()
+}