瀏覽代碼

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