浏览代码

reactive/webflux/hello useJUnitPlatform

Rob Winch 5 年之前
父节点
当前提交
bbe644d824
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      reactive/webflux/hello/build.gradle

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

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