فهرست منبع

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