Ver código fonte

reactive/webflux/hello useJUnitPlatform

Rob Winch 5 anos atrás
pai
commit
bbe644d824
1 arquivos alterados com 4 adições e 0 exclusões
  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()
+}