Просмотр исходного кода

reactive/webfux/hello-security-explicit useJUnitPlatform

Rob Winch 5 лет назад
Родитель
Сommit
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()
+}