Sfoglia il codice sorgente

reactive/webfux/hello-security-explicit useJUnitPlatform

Rob Winch 5 anni fa
parent
commit
30afb25e7b
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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()
+}