Преглед изворни кода

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'
 }
+
+tasks.withType(Test).configureEach {
+	useJUnitPlatform()
+}