소스 검색

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