Преглед на файлове

reactive/webfux/hello-security-explicit useJUnitPlatform

Rob Winch преди 5 години
родител
ревизия
30afb25e7b
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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()
+}