Explorar o código

reactive/webflux/hello useJUnitPlatform

Rob Winch %!s(int64=5) %!d(string=hai) anos
pai
achega
bbe644d824
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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()
+}