瀏覽代碼

reactive/webflux/method useJUnitPlatform

Rob Winch 5 年之前
父節點
當前提交
18c0e75709
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      reactive/webflux/method/build.gradle

+ 4 - 0
reactive/webflux/method/build.gradle

@@ -18,3 +18,7 @@ dependencies {
 	testImplementation 'org.springframework.boot:spring-boot-starter-test'
 	testImplementation 'org.springframework.security:spring-security-test'
 }
+
+tasks.withType(Test).configureEach {
+	useJUnitPlatform()
+}