Procházet zdrojové kódy

reactive/webfux/hello-security-explicit useJUnitPlatform

Rob Winch před 5 roky
rodič
revize
30afb25e7b

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