Browse Source

reactive/webfux/hello-security-explicit useJUnitPlatform

Rob Winch 5 năm trước cách đây
mục cha
commit
30afb25e7b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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()
+}